#FBFAAD

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

Shades of Shalimar #FBFAAD

Tints of Shalimar #FBFAAD

Color information

#FBFAAD (or 0xFBFAAD) is unknown color: approx Shalimar. HEX triplet: FB, FA and AD. RGB value is (251,250,173). Sum of RGB (Red+Green+Blue) = 251+250+173=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAAD is #040552. Grayscale: #F1F1F1. Windows color (decimal): -263507 or 11401979. OLE color: 11401979.

HSL color Cylindrical-coordinate representation of color #FBFAAD: hue angle of 59.23º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBFAAD is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251250173-
CMYK00.000.310.02
HSL59.23º90.7%83.14%-
HSV(B)59.23º31.08%98.43%-
XYZ81.5191.952.98-
YUV241.5289.33134.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 173 (67.97% from 255) = 25.67%
R=37.24%
G=37.09%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125017300.000.310.0259.2390.783.14
HexFBFAAD001F23b5b53
Octal3733722550037273133123
Binary11111011111110101010110100111111011101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAAD; }

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

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

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

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

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

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

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

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