Html Css Color HEX #F8EDDE Island Spice

📋 copy color: '#F8EDDE'

red 248 ◦ green 237 ◦ blue 222

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

Shades of Island Spice #F8EDDE

Tints of Island Spice #F8EDDE

RGB

 RED value IS 248 (97.27% from 255) = 35.08%

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

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

R = 35.08%
G = 33.52%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8EDDE (or 0xF8EDDE) is known color: Island Spice. HEX triplet: F8, ED and DE. RGB value is (248,237,222). Sum of RGB (Red+Green+Blue) = 248+237+222=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDDE is #071221. Grayscale: #EEEEEE. Windows color (decimal): -463394 or 14609912. OLE color: 14609912.

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

Color convert

RGB 248 237 222 -
CMYK 0 0.04 0.10 0.03
HSL 34.62º 0.65% 0.92% -
HSV(B) 34.62º 0.1% 0.97% -
XYZ 82.18 85.8 81.34 -
YUV 238.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 248 237 222 0 0.04 0.10 0.03 34.62 0.65 0.92
Hex F8 ED DE 0 4 A 3 23 41 5C
Octal 370 355 336 0 4 12 3 43 101 134
Binary 11111000 11101101 11011110 0 100 1010 11 100011 1000001 1011100

Color Harmonies of #F8EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDDE

Black with #F8EDDE

Text Example


Text Example

White with #F8EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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