#FDFBB4

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

Shades of Shalimar #FDFBB4

Tints of Shalimar #FDFBB4

Color information

#FDFBB4 (or 0xFDFBB4) is unknown color: approx Shalimar. HEX triplet: FD, FB and B4. RGB value is (253,251,180). Sum of RGB (Red+Green+Blue) = 253+251+180=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 180 (70.70% from 255 or 26.32% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBB4 is #02044B. Grayscale: #F3F3F3. Windows color (decimal): -132172 or 11860989. OLE color: 11860989.

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

Color convert

RGB253251180-
CMYK00.010.290.01
HSL58.36º94.81%84.9%-
HSV(B)58.36º28.85%99.22%-
XYZ83.2493.1756.78-
YUV243.592.16134.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 180 (70.70% from 255) = 26.32%
R=36.99%
G=36.70%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325118000.010.290.0158.3694.8184.9
HexFDFBB4011D13a5f55
Octal3753732640135172137125
Binary1111110111111011101101000111101111101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBB4; }

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

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

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

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

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

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

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

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