#FBFAAF

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

Shades of Shalimar #FBFAAF

Tints of Shalimar #FBFAAF

Color information

#FBFAAF (or 0xFBFAAF) is unknown color: approx Shalimar. HEX triplet: FB, FA and AF. RGB value is (251,250,175). Sum of RGB (Red+Green+Blue) = 251+250+175=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAAF is #040550. Grayscale: #F2F2F2. Windows color (decimal): -263505 or 11533051. OLE color: 11533051.

HSL color Cylindrical-coordinate representation of color #FBFAAF: hue angle of 59.21º 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 #FBFAAF is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251250175-
CMYK00.000.300.02
HSL59.21º90.48%83.53%-
HSV(B)59.21º30.28%98.43%-
XYZ81.7191.9854-
YUV241.7590.33134.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 175 (68.75% from 255) = 25.89%
R=37.13%
G=36.98%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125017500.000.300.0259.2190.4883.53
HexFBFAAF001E23b5a54
Octal3733722570036273132124
Binary11111011111110101010111100111101011101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAAF; }

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

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

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

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

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

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

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

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