Html Css Color HEX #F8F1CE China Ivory

📋 copy color: '#F8F1CE'

red 248 ◦ green 241 ◦ blue 206

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

Shades of China Ivory #F8F1CE

Tints of China Ivory #F8F1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.68%

 BLUE value IS 206 (80.86% from 255) = 29.64%

R = 35.68%
G = 34.68%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8F1CE (or 0xF8F1CE) is known color: China Ivory. HEX triplet: F8, F1 and CE. RGB value is (248,241,206). Sum of RGB (Red+Green+Blue) = 248+241+206=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1CE is #070E31. Grayscale: #EFEFEF. Windows color (decimal): -462386 or 13562360. OLE color: 13562360.

HSL color Cylindrical-coordinate representation of color #F8F1CE: hue angle of 50º 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 #F8F1CE is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 241 206 -
CMYK 0 0.03 0.17 0.03
HSL 50º 0.75% 0.89% -
HSV(B) 50º 0.17% 0.97% -
XYZ 81.31 87.32 70.96 -
YUV 239.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 248 241 206 0 0.03 0.17 0.03 50 0.75 0.89
Hex F8 F1 CE 0 3 11 3 32 4B 59
Octal 370 361 316 0 3 21 3 62 113 131
Binary 11111000 11110001 11001110 0 11 10001 11 110010 1001011 1011001

Color Harmonies of #F8F1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F1CE

Black with #F8F1CE

Text Example


Text Example

White with #F8F1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F1CE; }

 p { color: rgb(248,241,206); }

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

background-color css

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

 a { background-color: rgb(248,241,206); }

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

border-color css

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

 span { border-color: rgb(248,241,206); }

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