COLOR #F5F5DE

HEX: #F5F5DE RGB: (245,245,222)

Renk bilgisi

#F5F5DE contains red, green and blue colors in about the same proportion. #F5F5DE ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F5F5DE color RGB value is (245,245,222).

RGB: (245,245,222) (96%, 96%, 87%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 245 of 255 = 96%
B 222 of 255 = 87%

245
245
222

R + G + B ~ 93%. #F5F5DE is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 245 + 245 + 222 = 712 (100%)
R 245 of 712 ~ 34.41%
G 245 of 712 ~ 34.41%
B 222 of 712 ~ 31.18'%

%34.41
%34.41
%31.18

CMYK RENK MODELİ

#F5F5DE rengi CMYK tonu (0,0,9,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 9.39%
  • ana renk tonu 3.92%

CMYK: (0,0,9,4)
C0M0Y9K4 (0%, 0%, 9%, 4%)
(0.00 / 0.00 / 0.09 / 0.04)

CMYK yüzdeleri

%0
%0
%9.39
%3.92

Codes

Color #F5F5DE in popluar color models

F5 F5 DE
RGB 245 245 222
HSL 60° 53.49% 91.57%
HSB/HSV 60° 9.39% 96.08%
CMYK 0.00% 0.00% 9.39%
3.92%

Color #F5F5DE in popluar number systems.

HEX F5 F5 DE
Decimal 245 245 222
Binary 11110101 11110101 11011110
Octal 365 365 336

Shades and tints

Shades of #F5F5DE

#F5F5DE
(245,245,222)
#DFDFCA
(223,223,202)
#C9C9B6
(201,201,182)
#B3B3A2
(179,179,162)
#9D9D8E
(157,157,142)
#87877A
(135,135,122)
#717166
(113,113,102)
#5B5B52
(91,91,82)
#45453E
(69,69,62)
#2F2F2A
(47,47,42)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #F5F5DE

#F5F5DE
(245,245,222)
#F5F5E1
(245,245,225)
#F5F5E4
(245,245,228)
#F5F5E7
(245,245,231)
#F5F5EA
(245,245,234)
#F5F5ED
(245,245,237)
#F5F5F0
(245,245,240)
#F5F5F3
(245,245,243)
#F5F5F6
(245,245,246)
#F5F5F9
(245,245,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F5DE color. Also use rgb(245,245,222) instead hex code.

Text Font Color

.myTextColor { color: #F5F5DE; }

<p style="color:#F5F5DE">This sample text font color is #F5F5DE.</p>

This text font color is #F5F5DE.

Background Color

.myBgColor { background-color: #F5F5DE; }

<div style="background-color:#F5F5DE">Inner text</div>

This div background color is #F5F5DE.

Border color

.myBorderColor { border: 1px solid #F5F5DE; }

<div style="border:3px solid #F5F5DE">Div</div>

This div border color is #F5F5DE.

Opacity

.myOpacity80 { color: #F5F5DE; opacity: 0.8; }

<p style="color:#F5F5DE;opacity:0.8;">80%</p>

Text with #F5F5DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F5F5DE;}

<p style="text-shadow: 3px 3px 1px #F5F5DE">Text here.</p>

This text has shadow with #F5F5DE color.


.textShadow {text-shadow: 3px 3px 1px #F5F5DE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F5F5DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #F5F5DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5F5DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F5F5DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #F5F5DE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5F5DE;
-webkit-box-shadow: 1px 1px 3px 2px #F5F5DE;
box-shadow: 1px 1px 3px 2px #F5F5DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5F5DE; -webkit-box-shadow: 1px 1px 3px 2px #F5F5DE; box-shadow:1px 1px 3px 2px #F5F5DE;">
Div content here
</div>

This div box has shadow with color #F5F5DE.

Preview

Color preview on black background

This text has color #F5F5DE on black background.


Color preview on white background

This text has color #F5F5DE on white background.


Black color preview on #F5F5DE background

This text has black color on #F5F5DE background.


White color preview on #F5F5DE background

This text has white color on #F5F5DE background.


Related colors

Complementary color

Complementary color for #hex is #0A0A21.


I love getcolorcode.com