Html Css Color HEX #F8EFCF China Ivory

📋 copy color: '#F8EFCF'

red 248 ◦ green 239 ◦ blue 207

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

Shades of China Ivory #F8EFCF

Tints of China Ivory #F8EFCF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.44%

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

R = 35.73%
G = 34.44%
B = 29.83%

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

#F8EFCF (or 0xF8EFCF) is known color: China Ivory. HEX triplet: F8, EF and CF. RGB value is (248,239,207). Sum of RGB (Red+Green+Blue) = 248+239+207=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFCF is #071030. Grayscale: #EEEEEE. Windows color (decimal): -462897 or 13627384. OLE color: 13627384.

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

Color convert

RGB 248 239 207 -
CMYK 0 0.04 0.17 0.03
HSL 46.83º 0.75% 0.89% -
HSV(B) 46.83º 0.17% 0.97% -
XYZ 80.84 86.19 71.41 -
YUV 238.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 248 239 207 0 0.04 0.17 0.03 46.83 0.75 0.89
Hex F8 EF CF 0 4 11 3 2F 4B 59
Octal 370 357 317 0 4 21 3 57 113 131
Binary 11111000 11101111 11001111 0 100 10001 11 101111 1001011 1011001

Color Harmonies of #F8EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EFCF

Black with #F8EFCF

Text Example


Text Example

White with #F8EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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