#FDFADC

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

Shades of Chilean Heath #FDFADC

Tints of Chilean Heath #FDFADC

Color information

#FDFADC (or 0xFDFADC) is unknown color: approx Chilean Heath. HEX triplet: FD, FA and DC. RGB value is (253,250,220). Sum of RGB (Red+Green+Blue) = 253+250+220=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADC is #020523. Grayscale: #F7F7F7. Windows color (decimal): -132388 or 14482173. OLE color: 14482173.

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

Color convert

RGB253250220-
CMYK00.010.130.01
HSL54.55º89.19%92.75%-
HSV(B)54.55º13.04%99.22%-
XYZ87.6194.4281.32-
YUV247.48112.49131.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 220 (86.33% from 255) = 30.43%
R=34.99%
G=34.58%
B=30.43%

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
Decimal25325022000.010.130.0154.5589.1992.75
HexFDFADC01D137595d
Octal3753723340115167131135
Binary111111011111101011011100011101111011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFADC; }

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

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

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

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

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

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

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

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