Html Css Color HEX #F5EDDD Island Spice

📋 copy color: '#F5EDDD'

red 245 ◦ green 237 ◦ blue 221

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

Shades of Island Spice #F5EDDD

Tints of Island Spice #F5EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.44%

R = 34.85%
G = 33.71%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5EDDD (or 0xF5EDDD) is known color: Island Spice. HEX triplet: F5, ED and DD. RGB value is (245,237,221). Sum of RGB (Red+Green+Blue) = 245+237+221=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDDD is #0A1222. Grayscale: #EDEDED. Windows color (decimal): -660003 or 14544373. OLE color: 14544373.

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

Color convert

RGB 245 237 221 -
CMYK 0 0.03 0.10 0.04
HSL 40º 0.55% 0.91% -
HSV(B) 40º 0.1% 0.96% -
XYZ 80.99 85.2 80.58 -
YUV 237.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 245 237 221 0 0.03 0.10 0.04 40 0.55 0.91
Hex F5 ED DD 0 3 A 4 28 37 5B
Octal 365 355 335 0 3 12 4 50 67 133
Binary 11110101 11101101 11011101 0 11 1010 100 101000 110111 1011011

Color Harmonies of #F5EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDDD

Black with #F5EDDD

Text Example


Text Example

White with #F5EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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