Html Css Color HEX #F7F0CE China Ivory

📋 copy color: '#F7F0CE'

red 247 ◦ green 240 ◦ blue 206

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

Shades of China Ivory #F7F0CE

Tints of China Ivory #F7F0CE

RGB

 RED value IS 247 (96.88% from 255) = 35.64%

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

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

R = 35.64%
G = 34.63%
B = 29.73%

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

#F7F0CE (or 0xF7F0CE) is known color: China Ivory. HEX triplet: F7, F0 and CE. RGB value is (247,240,206). Sum of RGB (Red+Green+Blue) = 247+240+206=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0CE is #080F31. Grayscale: #EEEEEE. Windows color (decimal): -528178 or 13562103. OLE color: 13562103.

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

Color convert

RGB 247 240 206 -
CMYK 0 0.03 0.17 0.03
HSL 49.76º 0.72% 0.89% -
HSV(B) 49.76º 0.17% 0.97% -
XYZ 80.66 86.55 70.85 -
YUV 238.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 247 240 206 0 0.03 0.17 0.03 49.76 0.72 0.89
Hex F7 F0 CE 0 3 11 3 32 48 59
Octal 367 360 316 0 3 21 3 62 110 131
Binary 11110111 11110000 11001110 0 11 10001 11 110010 1001000 1011001

Color Harmonies of #F7F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F0CE

Black with #F7F0CE

Text Example


Text Example

White with #F7F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F0CE; }

 p { color: rgb(247,240,206); }

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

background-color css

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

 a { background-color: rgb(247,240,206); }

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

border-color css

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

 span { border-color: rgb(247,240,206); }

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