#FCFADC

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

Shades of Chilean Heath #FCFADC

Tints of Chilean Heath #FCFADC

Color information

#FCFADC (or 0xFCFADC) is unknown color: approx Chilean Heath. HEX triplet: FC, FA and DC. RGB value is (252,250,220). Sum of RGB (Red+Green+Blue) = 252+250+220=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFADC is #030523. Grayscale: #F7F7F7. Windows color (decimal): -197924 or 14482172. OLE color: 14482172.

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

Color convert

RGB252250220-
CMYK00.010.130.01
HSL56.25º84.21%92.55%-
HSV(B)56.25º12.7%98.82%-
XYZ87.2594.2381.3-
YUV247.18112.66131.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 220 (86.33% from 255) = 30.47%
R=34.90%
G=34.63%
B=30.47%

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
Decimal25225022000.010.130.0156.2584.2192.55
HexFCFADC01D138545d
Octal3743723340115170124135
Binary111111001111101011011100011101111100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFADC; }

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

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

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

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

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

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

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

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