Html Css Color HEX #FDF4CC China Ivory

📋 copy color: '#FDF4CC'

red 253 ◦ green 244 ◦ blue 204

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

Shades of China Ivory #FDF4CC

Tints of China Ivory #FDF4CC

RGB

 RED value IS 253 (99.22% from 255) = 36.09%

 GREEN value IS 244 (95.7% from 255) = 34.81%

 BLUE value IS 204 (80.08% from 255) = 29.1%

R = 36.09%
G = 34.81%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDF4CC (or 0xFDF4CC) is known color: China Ivory. HEX triplet: FD, F4 and CC. RGB value is (253,244,204). Sum of RGB (Red+Green+Blue) = 253+244+204=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 204 (80.08% from 255 or 29.10% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CC is #020B33. Grayscale: #F2F2F2. Windows color (decimal): -133940 or 13432061. OLE color: 13432061.

HSL color Cylindrical-coordinate representation of color #FDF4CC: hue angle of 48.98º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDF4CC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 204 -
CMYK 0 0.04 0.19 0.01
HSL 48.98º 0.92% 0.9% -
HSV(B) 48.98º 0.19% 0.99% -
XYZ 83.76 89.94 70.07 -
YUV 242.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 253 244 204 0 0.04 0.19 0.01 48.98 0.92 0.9
Hex FD F4 CC 0 4 13 1 31 5C 5A
Octal 375 364 314 0 4 23 1 61 134 132
Binary 11111101 11110100 11001100 0 100 10011 1 110001 1011100 1011010

Color Harmonies of #FDF4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4CC

Black with #FDF4CC

Text Example


Text Example

White with #FDF4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4CC; }

 p { color: rgb(253,244,204); }

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

background-color css

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

 a { background-color: rgb(253,244,204); }

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

border-color css

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

 span { border-color: rgb(253,244,204); }

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