Html Css Color HEX #FDF4CD China Ivory

📋 copy color: '#FDF4CD'

red 253 ◦ green 244 ◦ blue 205

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

Shades of China Ivory #FDF4CD

Tints of China Ivory #FDF4CD

RGB

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

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

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

R = 36.04%
G = 34.76%
B = 29.2%

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

#FDF4CD (or 0xFDF4CD) is known color: China Ivory. HEX triplet: FD, F4 and CD. RGB value is (253,244,205). Sum of RGB (Red+Green+Blue) = 253+244+205=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 205 (80.47% from 255 or 29.20% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CD is #020B32. Grayscale: #F2F2F2. Windows color (decimal): -133939 or 13497597. OLE color: 13497597.

HSL color Cylindrical-coordinate representation of color #FDF4CD: hue angle of 48.75º 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 #FDF4CD is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 205 -
CMYK 0 0.04 0.19 0.01
HSL 48.75º 0.92% 0.9% -
HSV(B) 48.75º 0.19% 0.99% -
XYZ 83.88 89.99 70.71 -
YUV 242.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 253 244 205 0 0.04 0.19 0.01 48.75 0.92 0.9
Hex FD F4 CD 0 4 13 1 31 5C 5A
Octal 375 364 315 0 4 23 1 61 134 132
Binary 11111101 11110100 11001101 0 100 10011 1 110001 1011100 1011010

Color Harmonies of #FDF4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4CD

Black with #FDF4CD

Text Example


Text Example

White with #FDF4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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