#FCFBB2

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

Shades of Shalimar #FCFBB2

Tints of Shalimar #FCFBB2

Color information

#FCFBB2 (or 0xFCFBB2) is unknown color: approx Shalimar. HEX triplet: FC, FB and B2. RGB value is (252,251,178). Sum of RGB (Red+Green+Blue) = 252+251+178=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 178 (69.92% from 255 or 26.14% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBB2 is #03044D. Grayscale: #F3F3F3. Windows color (decimal): -197710 or 11729916. OLE color: 11729916.

HSL color Cylindrical-coordinate representation of color #FCFBB2: hue angle of 59.19º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCFBB2 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252251178-
CMYK00.000.290.01
HSL59.19º92.5%84.31%-
HSV(B)59.19º29.37%98.82%-
XYZ82.6892.955.69-
YUV242.9891.33134.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 178 (69.92% from 255) = 26.14%
R=37.00%
G=36.86%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225117800.000.290.0159.1992.584.31
HexFCFBB2001D13b5c54
Octal3743732620035173134124
Binary1111110011111011101100100011101111101110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBB2; }

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

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

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

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

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

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

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

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