#FBFDA5

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

Shades of Shalimar #FBFDA5

Tints of Shalimar #FBFDA5

Color information

#FBFDA5 (or 0xFBFDA5) is unknown color: approx Shalimar. HEX triplet: FB, FD and A5. RGB value is (251,253,165). Sum of RGB (Red+Green+Blue) = 251+253+165=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 165 (64.84% from 255 or 24.66% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA5 is #04025A. Grayscale: #F2F2F2. Windows color (decimal): -262747 or 10878459. OLE color: 10878459.

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

Color convert

RGB251253165-
CMYK0.0100.350.01
HSL61.36º95.65%81.96%-
HSV(B)61.36º34.78%99.22%-
XYZ81.793.4849.33-
YUV242.3784.34134.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 165 (64.84% from 255) = 24.66%
R=37.52%
G=37.82%
B=24.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512531650.0100.350.0161.3695.6581.96
HexFBFDA5102313d6052
Octal3733752451043175140122
Binary11111011111111011010010110100011111110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDA5; }

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

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

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

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

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

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

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

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