Html Css Color HEX #FDF5CD China Ivory

📋 copy color: '#FDF5CD'

red 253 ◦ green 245 ◦ blue 205

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

Shades of China Ivory #FDF5CD

Tints of China Ivory #FDF5CD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.85%

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

R = 35.99%
G = 34.85%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDF5CD (or 0xFDF5CD) is known color: China Ivory. HEX triplet: FD, F5 and CD. RGB value is (253,245,205). Sum of RGB (Red+Green+Blue) = 253+245+205=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 205 (80.47% from 255 or 29.16% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CD is #020A32. Grayscale: #F3F3F3. Windows color (decimal): -133683 or 13497853. OLE color: 13497853.

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

Color convert

RGB 253 245 205 -
CMYK 0 0.03 0.19 0.01
HSL 50º 0.92% 0.9% -
HSV(B) 50º 0.19% 0.99% -
XYZ 84.18 90.6 70.81 -
YUV 242.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 253 245 205 0 0.03 0.19 0.01 50 0.92 0.9
Hex FD F5 CD 0 3 13 1 32 5C 5A
Octal 375 365 315 0 3 23 1 62 134 132
Binary 11111101 11110101 11001101 0 11 10011 1 110010 1011100 1011010

Color Harmonies of #FDF5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5CD

Black with #FDF5CD

Text Example


Text Example

White with #FDF5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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