#FCFADB

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

Shades of Chilean Heath #FCFADB

Tints of Chilean Heath #FCFADB

Color information

#FCFADB (or 0xFCFADB) is unknown color: approx Chilean Heath. HEX triplet: FC, FA and DB. RGB value is (252,250,219). Sum of RGB (Red+Green+Blue) = 252+250+219=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 219 (85.94% from 255 or 30.37% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFADB is #030524. Grayscale: #F7F7F7. Windows color (decimal): -197925 or 14416636. OLE color: 14416636.

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

Color convert

RGB252250219-
CMYK00.010.130.01
HSL56.36º84.62%92.35%-
HSV(B)56.36º13.1%98.82%-
XYZ87.1294.1880.61-
YUV247.06112.16131.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 219 (85.94% from 255) = 30.37%
R=34.95%
G=34.67%
B=30.37%

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
Decimal25225021900.010.130.0156.3684.6292.35
HexFCFADB01D138555c
Octal3743723330115170125134
Binary111111001111101011011011011101111100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFADB; }

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

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

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

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

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

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

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

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