#FCFADE

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

Shades of Chilean Heath #FCFADE

Tints of Chilean Heath #FCFADE

Color information

#FCFADE (or 0xFCFADE) is unknown color: approx Chilean Heath. HEX triplet: FC, FA and DE. RGB value is (252,250,222). Sum of RGB (Red+Green+Blue) = 252+250+222=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 222 (87.11% from 255 or 30.66% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFADE is #030521. Grayscale: #F7F7F7. Windows color (decimal): -197922 or 14613244. OLE color: 14613244.

HSL color Cylindrical-coordinate representation of color #FCFADE: hue angle of 56º degrees, saturation: 0.83, 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 #FCFADE is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252250222-
CMYK00.010.120.01
HSL56º83.33%92.94%-
HSV(B)56º11.9%98.82%-
XYZ87.5294.3482.7-
YUV247.41113.66131.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 222 (87.11% from 255) = 30.66%
R=34.81%
G=34.53%
B=30.66%

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
Decimal25225022200.010.120.015683.3392.94
HexFCFADE01C138535d
Octal3743723360114170123135
Binary111111001111101011011110011100111100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFADE; }

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

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

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

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

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

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

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

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