#FCFBDB

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

Shades of Chilean Heath #FCFBDB

Tints of Chilean Heath #FCFBDB

Color information

#FCFBDB (or 0xFCFBDB) is unknown color: approx Chilean Heath. HEX triplet: FC, FB and DB. RGB value is (252,251,219). Sum of RGB (Red+Green+Blue) = 252+251+219=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 219 (85.94% from 255 or 30.33% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBDB is #030424. Grayscale: #F7F7F7. Windows color (decimal): -197669 or 14416892. OLE color: 14416892.

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

Color convert

RGB252251219-
CMYK00.000.130.01
HSL58.18º84.62%92.35%-
HSV(B)58.18º13.1%98.82%-
XYZ87.4394.880.71-
YUV247.65111.83131.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 219 (85.94% from 255) = 30.33%
R=34.90%
G=34.76%
B=30.33%

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
Decimal25225121900.000.130.0158.1884.6292.35
HexFCFBDB00D13a555c
Octal3743733330015172125134
Binary111111001111101111011011001101111101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBDB; }

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

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

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

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

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

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

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

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