Html Css Color HEX #FDF4CA China Ivory

📋 copy color: '#FDF4CA'

red 253 ◦ green 244 ◦ blue 202

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

Shades of China Ivory #FDF4CA

Tints of China Ivory #FDF4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 28.9%

R = 36.19%
G = 34.91%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDF4CA (or 0xFDF4CA) is known color: China Ivory. HEX triplet: FD, F4 and CA. RGB value is (253,244,202). Sum of RGB (Red+Green+Blue) = 253+244+202=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 202 (79.30% from 255 or 28.90% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CA is #020B35. Grayscale: #F2F2F2. Windows color (decimal): -133942 or 13300989. OLE color: 13300989.

HSL color Cylindrical-coordinate representation of color #FDF4CA: hue angle of 49.41º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF4CA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 202 -
CMYK 0 0.04 0.20 0.01
HSL 49.41º 0.93% 0.89% -
HSV(B) 49.41º 0.2% 0.99% -
XYZ 83.52 89.85 68.82 -
YUV 241.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 253 244 202 0 0.04 0.20 0.01 49.41 0.93 0.89
Hex FD F4 CA 0 4 14 1 31 5D 59
Octal 375 364 312 0 4 24 1 61 135 131
Binary 11111101 11110100 11001010 0 100 10100 1 110001 1011101 1011001

Color Harmonies of #FDF4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4CA

Black with #FDF4CA

Text Example


Text Example

White with #FDF4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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