#FDFADD

Color #FDFADD Chilean Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Heath #FDFADD

Tints of Chilean Heath #FDFADD

Color information

#FDFADD (or 0xFDFADD) is unknown color: approx Chilean Heath. HEX triplet: FD, FA and DD. RGB value is (253,250,221). Sum of RGB (Red+Green+Blue) = 253+250+221=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 221 (86.72% from 255 or 30.52% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADD is #020522. Grayscale: #F7F7F7. Windows color (decimal): -132387 or 14547709. OLE color: 14547709.

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

Color convert

RGB253250221-
CMYK00.010.130.01
HSL54.38º88.89%92.94%-
HSV(B)54.38º12.65%99.22%-
XYZ87.7494.4782.02-
YUV247.59112.99131.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 221 (86.72% from 255) = 30.52%
R=34.94%
G=34.53%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325022100.010.130.0154.3888.8992.94
HexFDFADD01D136595d
Octal3753723350115166131135
Binary111111011111101011011101011101111011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFADD; }

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

 H1.HeaderClassName
 {
   color: #FDFADD;
 }
 .AnyTagClassName
 {
   color: #FDFADD;
 }
</style>
background-color css

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

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

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

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

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

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