Html Css Color HEX #F8EECF China Ivory

📋 copy color: '#F8EECF'

red 248 ◦ green 238 ◦ blue 207

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

Shades of China Ivory #F8EECF

Tints of China Ivory #F8EECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.87%

R = 35.79%
G = 34.34%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8EECF (or 0xF8EECF) is known color: China Ivory. HEX triplet: F8, EE and CF. RGB value is (248,238,207). Sum of RGB (Red+Green+Blue) = 248+238+207=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EECF is #071130. Grayscale: #EDEDED. Windows color (decimal): -463153 or 13627128. OLE color: 13627128.

HSL color Cylindrical-coordinate representation of color #F8EECF: hue angle of 45.37º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8EECF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 238 207 -
CMYK 0 0.04 0.17 0.03
HSL 45.37º 0.75% 0.89% -
HSV(B) 45.37º 0.17% 0.97% -
XYZ 80.55 85.61 71.31 -
YUV 237.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 248 238 207 0 0.04 0.17 0.03 45.37 0.75 0.89
Hex F8 EE CF 0 4 11 3 2D 4B 59
Octal 370 356 317 0 4 21 3 55 113 131
Binary 11111000 11101110 11001111 0 100 10001 11 101101 1001011 1011001

Color Harmonies of #F8EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EECF

Black with #F8EECF

Text Example


Text Example

White with #F8EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EECF; }

 p { color: rgb(248,238,207); }

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

background-color css

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

 a { background-color: rgb(248,238,207); }

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

border-color css

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

 span { border-color: rgb(248,238,207); }

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