Html Css Color HEX #F9F0CF China Ivory

📋 copy color: '#F9F0CF'

red 249 ◦ green 240 ◦ blue 207

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

Shades of China Ivory #F9F0CF

Tints of China Ivory #F9F0CF

RGB

 RED value IS 249 (97.66% from 255) = 35.78%

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

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

R = 35.78%
G = 34.48%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9F0CF (or 0xF9F0CF) is known color: China Ivory. HEX triplet: F9, F0 and CF. RGB value is (249,240,207). Sum of RGB (Red+Green+Blue) = 249+240+207=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0CF is #060F30. Grayscale: #EFEFEF. Windows color (decimal): -397105 or 13627641. OLE color: 13627641.

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

Color convert

RGB 249 240 207 -
CMYK 0 0.04 0.17 0.02
HSL 47.14º 0.78% 0.89% -
HSV(B) 47.14º 0.17% 0.98% -
XYZ 81.49 86.96 71.52 -
YUV 238.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 249 240 207 0 0.04 0.17 0.02 47.14 0.78 0.89
Hex F9 F0 CF 0 4 11 2 2F 4E 59
Octal 371 360 317 0 4 21 2 57 116 131
Binary 11111001 11110000 11001111 0 100 10001 10 101111 1001110 1011001

Color Harmonies of #F9F0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0CF

Black with #F9F0CF

Text Example


Text Example

White with #F9F0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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