Html Css Color HEX #FDF9DD Chilean Heath

📋 copy color: '#FDF9DD'

red 253 ◦ green 249 ◦ blue 221

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

Shades of Chilean Heath #FDF9DD

Tints of Chilean Heath #FDF9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.44%

 BLUE value IS 221 (86.72% from 255) = 30.57%

R = 34.99%
G = 34.44%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDF9DD (or 0xFDF9DD) is known color: Chilean Heath. HEX triplet: FD, F9 and DD. RGB value is (253,249,221). Sum of RGB (Red+Green+Blue) = 253+249+221=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 221 (86.72% from 255 or 30.57% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9DD is #020622. Grayscale: #F7F7F7. Windows color (decimal): -132643 or 14547453. OLE color: 14547453.

HSL color Cylindrical-coordinate representation of color #FDF9DD: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF9DD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 221 -
CMYK 0 0.02 0.13 0.01
HSL 52.5º 0.89% 0.93% -
HSV(B) 52.5º 0.13% 0.99% -
XYZ 87.43 93.85 81.91 -
YUV 247 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 253 249 221 0 0.02 0.13 0.01 52.5 0.89 0.93
Hex FD F9 DD 0 2 D 1 34 59 5D
Octal 375 371 335 0 2 15 1 64 131 135
Binary 11111101 11111001 11011101 0 10 1101 1 110100 1011001 1011101

Color Harmonies of #FDF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9DD

Black with #FDF9DD

Text Example


Text Example

White with #FDF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9DD; }

 p { color: rgb(253,249,221); }

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

background-color css

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

 a { background-color: rgb(253,249,221); }

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

border-color css

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

 span { border-color: rgb(253,249,221); }

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