Html Css Color HEX #F5EDDE Island Spice

📋 copy color: '#F5EDDE'

red 245 ◦ green 237 ◦ blue 222

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

Shades of Island Spice #F5EDDE

Tints of Island Spice #F5EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.66%

 BLUE value IS 222 (87.11% from 255) = 31.53%

R = 34.8%
G = 33.66%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5EDDE (or 0xF5EDDE) is known color: Island Spice. HEX triplet: F5, ED and DE. RGB value is (245,237,222). Sum of RGB (Red+Green+Blue) = 245+237+222=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDDE is #0A1221. Grayscale: #EDEDED. Windows color (decimal): -660002 or 14609909. OLE color: 14609909.

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

Color convert

RGB 245 237 222 -
CMYK 0 0.03 0.09 0.04
HSL 39.13º 0.53% 0.92% -
HSV(B) 39.13º 0.09% 0.96% -
XYZ 81.13 85.25 81.29 -
YUV 237.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 245 237 222 0 0.03 0.09 0.04 39.13 0.53 0.92
Hex F5 ED DE 0 3 9 4 27 35 5C
Octal 365 355 336 0 3 11 4 47 65 134
Binary 11110101 11101101 11011110 0 11 1001 100 100111 110101 1011100

Color Harmonies of #F5EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDDE

Black with #F5EDDE

Text Example


Text Example

White with #F5EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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