Html Css Color HEX #FDF6D0 China Ivory

📋 copy color: '#FDF6D0'

red 253 ◦ green 246 ◦ blue 208

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

Shades of China Ivory #FDF6D0

Tints of China Ivory #FDF6D0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.79%

 BLUE value IS 208 (81.64% from 255) = 29.42%

R = 35.79%
G = 34.79%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDF6D0 (or 0xFDF6D0) is known color: China Ivory. HEX triplet: FD, F6 and D0. RGB value is (253,246,208). Sum of RGB (Red+Green+Blue) = 253+246+208=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 208 (81.64% from 255 or 29.42% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6D0 is #02092F. Grayscale: #F3F3F3. Windows color (decimal): -133424 or 13694717. OLE color: 13694717.

HSL color Cylindrical-coordinate representation of color #FDF6D0: hue angle of 50.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDF6D0 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 208 -
CMYK 0 0.03 0.18 0.01
HSL 50.67º 0.92% 0.9% -
HSV(B) 50.67º 0.18% 0.99% -
XYZ 84.85 91.35 72.83 -
YUV 243.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 253 246 208 0 0.03 0.18 0.01 50.67 0.92 0.9
Hex FD F6 D0 0 3 12 1 33 5C 5A
Octal 375 366 320 0 3 22 1 63 134 132
Binary 11111101 11110110 11010000 0 11 10010 1 110011 1011100 1011010

Color Harmonies of #FDF6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6D0

Black with #FDF6D0

Text Example


Text Example

White with #FDF6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6D0; }

 p { color: rgb(253,246,208); }

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

background-color css

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

 a { background-color: rgb(253,246,208); }

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

border-color css

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

 span { border-color: rgb(253,246,208); }

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