Html Css Color HEX #F5EEE2 Island Spice

📋 copy color: '#F5EEE2'

red 245 ◦ green 238 ◦ blue 226

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

Shades of Island Spice #F5EEE2

Tints of Island Spice #F5EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.57%

 BLUE value IS 226 (88.67% from 255) = 31.88%

R = 34.56%
G = 33.57%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5EEE2 (or 0xF5EEE2) is known color: Island Spice. HEX triplet: F5, EE and E2. RGB value is (245,238,226). Sum of RGB (Red+Green+Blue) = 245+238+226=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEE2 is #0A111D. Grayscale: #EEEEEE. Windows color (decimal): -659742 or 14872309. OLE color: 14872309.

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

Color convert

RGB 245 238 226 -
CMYK 0 0.03 0.08 0.04
HSL 37.89º 0.49% 0.92% -
HSV(B) 37.89º 0.08% 0.96% -
XYZ 81.96 86.05 84.24 -
YUV 238.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 245 238 226 0 0.03 0.08 0.04 37.89 0.49 0.92
Hex F5 EE E2 0 3 8 4 26 31 5C
Octal 365 356 342 0 3 10 4 46 61 134
Binary 11110101 11101110 11100010 0 11 1000 100 100110 110001 1011100

Color Harmonies of #F5EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EEE2

Black with #F5EEE2

Text Example


Text Example

White with #F5EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EEE2; }

 p { color: rgb(245,238,226); }

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

background-color css

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

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

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

border-color css

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

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

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