Html Css Color HEX #FDF2CC China Ivory

📋 copy color: '#FDF2CC'

red 253 ◦ green 242 ◦ blue 204

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

Shades of China Ivory #FDF2CC

Tints of China Ivory #FDF2CC

RGB

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

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

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

R = 36.19%
G = 34.62%
B = 29.18%

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

#FDF2CC (or 0xFDF2CC) is known color: China Ivory. HEX triplet: FD, F2 and CC. RGB value is (253,242,204). Sum of RGB (Red+Green+Blue) = 253+242+204=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2CC is #020D33. Grayscale: #F1F1F1. Windows color (decimal): -134452 or 13431549. OLE color: 13431549.

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

Color convert

RGB 253 242 204 -
CMYK 0 0.04 0.19 0.01
HSL 46.53º 0.92% 0.9% -
HSV(B) 46.53º 0.19% 0.99% -
XYZ 83.16 88.75 69.87 -
YUV 240.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 253 242 204 0 0.04 0.19 0.01 46.53 0.92 0.9
Hex FD F2 CC 0 4 13 1 2F 5C 5A
Octal 375 362 314 0 4 23 1 57 134 132
Binary 11111101 11110010 11001100 0 100 10011 1 101111 1011100 1011010

Color Harmonies of #FDF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2CC

Black with #FDF2CC

Text Example


Text Example

White with #FDF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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