Html Css Color HEX #F8F0CF China Ivory

📋 copy color: '#F8F0CF'

red 248 ◦ green 240 ◦ blue 207

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

Shades of China Ivory #F8F0CF

Tints of China Ivory #F8F0CF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.53%

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

R = 35.68%
G = 34.53%
B = 29.78%

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

#F8F0CF (or 0xF8F0CF) is known color: China Ivory. HEX triplet: F8, F0 and CF. RGB value is (248,240,207). Sum of RGB (Red+Green+Blue) = 248+240+207=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0CF is #070F30. Grayscale: #EEEEEE. Windows color (decimal): -462641 or 13627640. OLE color: 13627640.

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

Color convert

RGB 248 240 207 -
CMYK 0 0.03 0.17 0.03
HSL 48.29º 0.75% 0.89% -
HSV(B) 48.29º 0.17% 0.97% -
XYZ 81.13 86.78 71.51 -
YUV 238.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 248 240 207 0 0.03 0.17 0.03 48.29 0.75 0.89
Hex F8 F0 CF 0 3 11 3 30 4B 59
Octal 370 360 317 0 3 21 3 60 113 131
Binary 11111000 11110000 11001111 0 11 10001 11 110000 1001011 1011001

Color Harmonies of #F8F0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0CF

Black with #F8F0CF

Text Example


Text Example

White with #F8F0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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