Html Css Color HEX #FDF9DA Chilean Heath

📋 copy color: '#FDF9DA'

red 253 ◦ green 249 ◦ blue 218

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

Shades of Chilean Heath #FDF9DA

Tints of Chilean Heath #FDF9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.28%

R = 35.14%
G = 34.58%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDF9DA (or 0xFDF9DA) is known color: Chilean Heath. HEX triplet: FD, F9 and DA. RGB value is (253,249,218). Sum of RGB (Red+Green+Blue) = 253+249+218=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 218 (85.55% from 255 or 30.28% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9DA is #020625. Grayscale: #F6F6F6. Windows color (decimal): -132646 or 14350845. OLE color: 14350845.

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

Color convert

RGB 253 249 218 -
CMYK 0 0.02 0.14 0.01
HSL 53.14º 0.9% 0.92% -
HSV(B) 53.14º 0.14% 0.99% -
XYZ 87.04 93.7 79.83 -
YUV 246.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 253 249 218 0 0.02 0.14 0.01 53.14 0.9 0.92
Hex FD F9 DA 0 2 E 1 35 5A 5C
Octal 375 371 332 0 2 16 1 65 132 134
Binary 11111101 11111001 11011010 0 10 1110 1 110101 1011010 1011100

Color Harmonies of #FDF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9DA

Black with #FDF9DA

Text Example


Text Example

White with #FDF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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