#FDFADE

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

Shades of Chilean Heath #FDFADE

Tints of Chilean Heath #FDFADE

Color information

#FDFADE (or 0xFDFADE) is unknown color: approx Chilean Heath. HEX triplet: FD, FA and DE. RGB value is (253,250,222). Sum of RGB (Red+Green+Blue) = 253+250+222=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 222 (87.11% from 255 or 30.62% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADE is #020521. Grayscale: #F7F7F7. Windows color (decimal): -132386 or 14613245. OLE color: 14613245.

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

Color convert

RGB253250222-
CMYK00.010.120.01
HSL54.19º88.57%93.14%-
HSV(B)54.19º12.25%99.22%-
XYZ87.8894.5382.72-
YUV247.7113.49131.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.90%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 222 (87.11% from 255) = 30.62%
R=34.90%
G=34.48%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325022200.010.120.0154.1988.5793.14
HexFDFADE01C136595d
Octal3753723360114166131135
Binary111111011111101011011110011100111011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFADE; }

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

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

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

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

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

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

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

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