#FBF2B4

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

Shades of Shalimar #FBF2B4

Tints of Shalimar #FBF2B4

Color information

#FBF2B4 (or 0xFBF2B4) is unknown color: approx Shalimar. HEX triplet: FB, F2 and B4. RGB value is (251,242,180). Sum of RGB (Red+Green+Blue) = 251+242+180=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 180 (70.70% from 255 or 26.75% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2B4 is #040D4B. Grayscale: #EDEDED. Windows color (decimal): -265548 or 11858683. OLE color: 11858683.

HSL color Cylindrical-coordinate representation of color #FBF2B4: hue angle of 52.39º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBF2B4 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251242180-
CMYK00.040.280.02
HSL52.39º89.87%84.51%-
HSV(B)52.39º28.29%98.43%-
XYZ79.7787.3155.83-
YUV237.6295.48137.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 180 (70.70% from 255) = 26.75%
R=37.30%
G=35.96%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124218000.040.280.0252.3989.8784.51
HexFBF2B4041C2345a55
Octal3733622640434264132125
Binary1111101111110010101101000100111001011010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2B4; }

 p { color: rgb(251,242,180); }

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

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

 a { background-color: rgb(251,242,180); }

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

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

 span { border-color: rgb(251,242,180); }

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