#FBFDAD

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

Shades of Shalimar #FBFDAD

Tints of Shalimar #FBFDAD

Color information

#FBFDAD (or 0xFBFDAD) is unknown color: approx Shalimar. HEX triplet: FB, FD and AD. RGB value is (251,253,173). Sum of RGB (Red+Green+Blue) = 251+253+173=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 173 (67.97% from 255 or 25.55% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDAD is #040252. Grayscale: #F3F3F3. Windows color (decimal): -262739 or 11402747. OLE color: 11402747.

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

Color convert

RGB251253173-
CMYK0.0100.320.01
HSL61.5º95.24%83.53%-
HSV(B)61.5º31.62%99.22%-
XYZ82.4593.7853.29-
YUV243.2888.34133.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 173 (67.97% from 255) = 25.55%
R=37.08%
G=37.37%
B=25.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512531730.0100.320.0161.595.2483.53
HexFBFDAD102013e5f54
Octal3733752551040176137124
Binary11111011111111011010110110100000111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDAD; }

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

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

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

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

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

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

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

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