#FBFDA8

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

Shades of Shalimar #FBFDA8

Tints of Shalimar #FBFDA8

Color information

#FBFDA8 (or 0xFBFDA8) is unknown color: approx Shalimar. HEX triplet: FB, FD and A8. RGB value is (251,253,168). Sum of RGB (Red+Green+Blue) = 251+253+168=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 168 (66.02% from 255 or 25% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA8 is #040257. Grayscale: #F3F3F3. Windows color (decimal): -262744 or 11075067. OLE color: 11075067.

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

Color convert

RGB251253168-
CMYK0.0100.340.01
HSL61.41º95.51%82.55%-
HSV(B)61.41º33.6%99.22%-
XYZ81.9893.5950.79-
YUV242.7185.84133.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 168 (66.02% from 255) = 25%
R=37.35%
G=37.65%
B=25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512531680.0100.340.0161.4195.5182.55
HexFBFDA8102213d6053
Octal3733752501042175140123
Binary11111011111111011010100010100010111110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDA8; }

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

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

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

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

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

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

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

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