#FDFBB5

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

Shades of Shalimar #FDFBB5

Tints of Shalimar #FDFBB5

Color information

#FDFBB5 (or 0xFDFBB5) is unknown color: approx Shalimar. HEX triplet: FD, FB and B5. RGB value is (253,251,181). Sum of RGB (Red+Green+Blue) = 253+251+181=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 181 (71.09% from 255 or 26.42% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBB5 is #02044A. Grayscale: #F3F3F3. Windows color (decimal): -132171 or 11926525. OLE color: 11926525.

HSL color Cylindrical-coordinate representation of color #FDFBB5: hue angle of 58.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDFBB5 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253251181-
CMYK00.010.280.01
HSL58.33º94.74%85.1%-
HSV(B)58.33º28.46%99.22%-
XYZ83.3593.2157.32-
YUV243.6292.66134.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 181 (71.09% from 255) = 26.42%
R=36.93%
G=36.64%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325118100.010.280.0158.3394.7485.1
HexFDFBB5011C13a5f55
Octal3753732650134172137125
Binary1111110111111011101101010111100111101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBB5; }

 p { color: rgb(253,251,181); }

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

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

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

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

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

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

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