#FBFCB5

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

Shades of Shalimar #FBFCB5

Tints of Shalimar #FBFCB5

Color information

#FBFCB5 (or 0xFBFCB5) is unknown color: approx Shalimar. HEX triplet: FB, FC and B5. RGB value is (251,252,181). Sum of RGB (Red+Green+Blue) = 251+252+181=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 181 (71.09% from 255 or 26.46% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFCB5 is #04034A. Grayscale: #F3F3F3. Windows color (decimal): -262987 or 11926779. OLE color: 11926779.

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

Color convert

RGB251252181-
CMYK0.0000.280.01
HSL60.85º92.21%84.9%-
HSV(B)60.85º28.17%98.82%-
XYZ82.9393.4757.39-
YUV243.6192.67133.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 181 (71.09% from 255) = 26.46%
R=36.70%
G=36.84%
B=26.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512521810.0000.280.0160.8592.2184.9
HexFBFCB5001C13d5c55
Octal3733742650034175134125
Binary1111101111111100101101010011100111110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCB5; }

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

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

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

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

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

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

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

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