#FCFBDC

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

Shades of Chilean Heath #FCFBDC

Tints of Chilean Heath #FCFBDC

Color information

#FCFBDC (or 0xFCFBDC) is unknown color: approx Chilean Heath. HEX triplet: FC, FB and DC. RGB value is (252,251,220). Sum of RGB (Red+Green+Blue) = 252+251+220=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 251 (98.44% from 255 or 34.72% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBDC is #030423. Grayscale: #F7F7F7. Windows color (decimal): -197668 or 14482428. OLE color: 14482428.

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

Color convert

RGB252251220-
CMYK00.000.130.01
HSL58.12º84.21%92.55%-
HSV(B)58.12º12.7%98.82%-
XYZ87.5694.8681.4-
YUV247.76112.33131.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 251 (98.44% from 255) = 34.72%
BLUE value IS 220 (86.33% from 255) = 30.43%
R=34.85%
G=34.72%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225122000.000.130.0158.1284.2192.55
HexFCFBDC00D13a545d
Octal3743733340015172124135
Binary111111001111101111011100001101111101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBDC; }

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

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

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

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

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

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

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

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