Html Css Color HEX #F5F5ED Ivory

📋 copy color: '#F5F5ED'

red 245 ◦ green 245 ◦ blue 237

#F5F5ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ivory #F5F5ED

Tints of Ivory #F5F5ED

RGB

 RED value IS 245 (96.09% from 255) = 33.7%

 GREEN value IS 245 (96.09% from 255) = 33.7%

 BLUE value IS 237 (92.97% from 255) = 32.6%

R = 33.7%
G = 33.7%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F5F5ED (or 0xF5F5ED) is known color: Ivory. HEX triplet: F5, F5 and ED. RGB value is (245,245,237). Sum of RGB (Red+Green+Blue) = 245+245+237=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5ED is #0A0A12. Grayscale: #F4F4F4. Windows color (decimal): -657939 or 15594997. OLE color: 15594997.

HSL color Cylindrical-coordinate representation of color #F5F5ED: hue angle of 60º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5F5ED is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 245 237 -
CMYK 0 0 0.03 0.04
HSL 60º 0.29% 0.95% -
HSV(B) 60º 0.03% 0.96% -
XYZ 85.59 90.83 93.14 -
YUV 244.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 245 245 237 0 0 0.03 0.04 60 0.29 0.95
Hex F5 F5 ED 0 0 3 4 3C 1D 5F
Octal 365 365 355 0 0 3 4 74 35 137
Binary 11110101 11110101 11101101 0 0 11 100 111100 11101 1011111

Color Harmonies of #F5F5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F5ED

Black with #F5F5ED

Text Example


Text Example

White with #F5F5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F5ED; }

 p { color: rgb(245,245,237); }

 H1.HeaderClassName
 {
   color: #F5F5ED;
 }
 .AnyTagClassName
 {
   color: #F5F5ED;
 }
</style>

background-color css

<style>
 a { background-color: #F5F5ED; }

 a { background-color: rgb(245,245,237); }

 div.DivClassName
 {
   background-color: #F5F5ED;
 }
 .BgClassName
 {
   background-color: #F5F5ED;
 }
</style>

border-color css

<style>
 span { border-color: #F5F5ED; }

 span { border-color: rgb(245,245,237); }

 td.TdClassName
 {
   border-color: #F5F5ED;
 }
 .TagClassName
 {
   border-color: #F5F5ED;
 }
</style>