#FBFDA7

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

Shades of Shalimar #FBFDA7

Tints of Shalimar #FBFDA7

Color information

#FBFDA7 (or 0xFBFDA7) is unknown color: approx Shalimar. HEX triplet: FB, FD and A7. RGB value is (251,253,167). Sum of RGB (Red+Green+Blue) = 251+253+167=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 167 (65.62% from 255 or 24.89% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA7 is #040258. Grayscale: #F2F2F2. Windows color (decimal): -262745 or 11009531. OLE color: 11009531.

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

Color convert

RGB251253167-
CMYK0.0100.340.01
HSL61.4º95.56%82.35%-
HSV(B)61.4º33.99%99.22%-
XYZ81.8893.5550.3-
YUV242.685.34133.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 167 (65.62% from 255) = 24.89%
R=37.41%
G=37.70%
B=24.89%

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
Decimal2512531670.0100.340.0161.495.5682.35
HexFBFDA7102213d6052
Octal3733752471042175140122
Binary11111011111111011010011110100010111110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDA7; }

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

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

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

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

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

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

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

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