#FCFADD

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

Shades of Chilean Heath #FCFADD

Tints of Chilean Heath #FCFADD

Color information

#FCFADD (or 0xFCFADD) is unknown color: approx Chilean Heath. HEX triplet: FC, FA and DD. RGB value is (252,250,221). Sum of RGB (Red+Green+Blue) = 252+250+221=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 221 (86.72% from 255 or 30.57% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFADD is #030522. Grayscale: #F7F7F7. Windows color (decimal): -197923 or 14547708. OLE color: 14547708.

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

Color convert

RGB252250221-
CMYK00.010.120.01
HSL56.13º83.78%92.75%-
HSV(B)56.13º12.3%98.82%-
XYZ87.3894.2982-
YUV247.29113.16131.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 221 (86.72% from 255) = 30.57%
R=34.85%
G=34.58%
B=30.57%

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
Decimal25225022100.010.120.0156.1383.7892.75
HexFCFADD01C138545d
Octal3743723350114170124135
Binary111111001111101011011101011100111100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFADD; }

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

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

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

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

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

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

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

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