#FCFADF

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

Shades of Chilean Heath #FCFADF

Tints of Chilean Heath #FCFADF

Color information

#FCFADF (or 0xFCFADF) is unknown color: approx Chilean Heath. HEX triplet: FC, FA and DF. RGB value is (252,250,223). Sum of RGB (Red+Green+Blue) = 252+250+223=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 223 (87.5% from 255 or 30.76% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFADF is #030520. Grayscale: #F7F7F7. Windows color (decimal): -197921 or 14678780. OLE color: 14678780.

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

Color convert

RGB252250223-
CMYK00.010.120.01
HSL55.86º82.86%93.14%-
HSV(B)55.86º11.51%98.82%-
XYZ87.6594.3983.41-
YUV247.52114.16131.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 223 (87.5% from 255) = 30.76%
R=34.76%
G=34.48%
B=30.76%

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
Decimal25225022300.010.120.0155.8682.8693.14
HexFCFADF01C138535d
Octal3743723370114170123135
Binary111111001111101011011111011100111100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFADF; }

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

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

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

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

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

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

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

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