Html Css Color HEX #FDF2CD China Ivory

📋 copy color: '#FDF2CD'

red 253 ◦ green 242 ◦ blue 205

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

Shades of China Ivory #FDF2CD

Tints of China Ivory #FDF2CD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.57%

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

R = 36.14%
G = 34.57%
B = 29.29%

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

#FDF2CD (or 0xFDF2CD) is known color: China Ivory. HEX triplet: FD, F2 and CD. RGB value is (253,242,205). Sum of RGB (Red+Green+Blue) = 253+242+205=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 205 (80.47% from 255 or 29.29% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2CD is #020D32. Grayscale: #F1F1F1. Windows color (decimal): -134451 or 13497085. OLE color: 13497085.

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

Color convert

RGB 253 242 205 -
CMYK 0 0.04 0.19 0.01
HSL 46.25º 0.92% 0.9% -
HSV(B) 46.25º 0.19% 0.99% -
XYZ 83.28 88.79 70.51 -
YUV 241.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 253 242 205 0 0.04 0.19 0.01 46.25 0.92 0.9
Hex FD F2 CD 0 4 13 1 2E 5C 5A
Octal 375 362 315 0 4 23 1 56 134 132
Binary 11111101 11110010 11001101 0 100 10011 1 101110 1011100 1011010

Color Harmonies of #FDF2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2CD

Black with #FDF2CD

Text Example


Text Example

White with #FDF2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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