#FBF2B2

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

Shades of Shalimar #FBF2B2

Tints of Shalimar #FBF2B2

Color information

#FBF2B2 (or 0xFBF2B2) is unknown color: approx Shalimar. HEX triplet: FB, F2 and B2. RGB value is (251,242,178). Sum of RGB (Red+Green+Blue) = 251+242+178=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2B2 is #040D4D. Grayscale: #EDEDED. Windows color (decimal): -265550 or 11727611. OLE color: 11727611.

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

Color convert

RGB251242178-
CMYK00.040.290.02
HSL52.6º90.12%84.12%-
HSV(B)52.6º29.08%98.43%-
XYZ79.5787.2354.76-
YUV237.494.48137.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 178 (69.92% from 255) = 26.53%
R=37.41%
G=36.07%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124217800.040.290.0252.690.1284.12
HexFBF2B2041D2355a54
Octal3733622620435265132124
Binary1111101111110010101100100100111011011010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2B2; }

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

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

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

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

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

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

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

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