Html Css Color HEX #F9EFCD China Ivory

📋 copy color: '#F9EFCD'

red 249 ◦ green 239 ◦ blue 205

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

Shades of China Ivory #F9EFCD

Tints of China Ivory #F9EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.58%

R = 35.93%
G = 34.49%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9EFCD (or 0xF9EFCD) is known color: China Ivory. HEX triplet: F9, EF and CD. RGB value is (249,239,205). Sum of RGB (Red+Green+Blue) = 249+239+205=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFCD is #061032. Grayscale: #EEEEEE. Windows color (decimal): -397363 or 13496313. OLE color: 13496313.

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

Color convert

RGB 249 239 205 -
CMYK 0 0.04 0.18 0.02
HSL 46.36º 0.79% 0.89% -
HSV(B) 46.36º 0.18% 0.98% -
XYZ 80.95 86.28 70.14 -
YUV 238.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 249 239 205 0 0.04 0.18 0.02 46.36 0.79 0.89
Hex F9 EF CD 0 4 12 2 2E 4F 59
Octal 371 357 315 0 4 22 2 56 117 131
Binary 11111001 11101111 11001101 0 100 10010 10 101110 1001111 1011001

Color Harmonies of #F9EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EFCD

Black with #F9EFCD

Text Example


Text Example

White with #F9EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EFCD; }

 p { color: rgb(249,239,205); }

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

background-color css

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

 a { background-color: rgb(249,239,205); }

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

border-color css

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

 span { border-color: rgb(249,239,205); }

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