#FBFBAF

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

Shades of Shalimar #FBFBAF

Tints of Shalimar #FBFBAF

Color information

#FBFBAF (or 0xFBFBAF) is unknown color: approx Shalimar. HEX triplet: FB, FB and AF. RGB value is (251,251,175). Sum of RGB (Red+Green+Blue) = 251+251+175=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 175 (68.75% from 255 or 25.85% from 677); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBAF is #040450. Grayscale: #F2F2F2. Windows color (decimal): -263249 or 11533307. OLE color: 11533307.

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

Color convert

RGB251251175-
CMYK000.300.02
HSL60º90.48%83.53%-
HSV(B)60º30.28%98.43%-
XYZ82.0292.654.11-
YUV242.3490134.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 175 (68.75% from 255) = 25.85%
R=37.08%
G=37.08%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251175000.300.026090.4883.53
HexFBFBAF001E23c5a54
Octal3733732570036274132124
Binary11111011111110111010111100111101011110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBAF; }

 p { color: rgb(251,251,175); }

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

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

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

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

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

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

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