Html Css Color HEX #FDF1CD China Ivory

📋 copy color: '#FDF1CD'

red 253 ◦ green 241 ◦ blue 205

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

Shades of China Ivory #FDF1CD

Tints of China Ivory #FDF1CD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.48%

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

R = 36.19%
G = 34.48%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDF1CD (or 0xFDF1CD) is known color: China Ivory. HEX triplet: FD, F1 and CD. RGB value is (253,241,205). Sum of RGB (Red+Green+Blue) = 253+241+205=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 205 (80.47% from 255 or 29.33% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1CD is #020E32. Grayscale: #F0F0F0. Windows color (decimal): -134707 or 13496829. OLE color: 13496829.

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

Color convert

RGB 253 241 205 -
CMYK 0 0.05 0.19 0.01
HSL 45º 0.92% 0.9% -
HSV(B) 45º 0.19% 0.99% -
XYZ 82.98 88.2 70.41 -
YUV 240.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 253 241 205 0 0.05 0.19 0.01 45 0.92 0.9
Hex FD F1 CD 0 5 13 1 2D 5C 5A
Octal 375 361 315 0 5 23 1 55 134 132
Binary 11111101 11110001 11001101 0 101 10011 1 101101 1011100 1011010

Color Harmonies of #FDF1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1CD

Black with #FDF1CD

Text Example


Text Example

White with #FDF1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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