#FDFEB5

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

Shades of Shalimar #FDFEB5

Tints of Shalimar #FDFEB5

Color information

#FDFEB5 (or 0xFDFEB5) is unknown color: approx Shalimar. HEX triplet: FD, FE and B5. RGB value is (253,254,181). Sum of RGB (Red+Green+Blue) = 253+254+181=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 181 (71.09% from 255 or 26.31% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB5 is #02014A. Grayscale: #F5F5F5. Windows color (decimal): -131403 or 11927293. OLE color: 11927293.

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

Color convert

RGB253254181-
CMYK0.0000.290.00
HSL60.82º97.33%85.29%-
HSV(B)60.82º28.74%99.61%-
XYZ84.2995.157.63-
YUV245.3891.67133.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.77%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 181 (71.09% from 255) = 26.31%
R=36.77%
G=36.92%
B=26.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541810.0000.290.0060.8297.3385.29
HexFDFEB5001D03d6155
Octal3753762650035075141125
Binary1111110111111110101101010011101011110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEB5; }

 p { color: rgb(253,254,181); }

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

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

 a { background-color: rgb(253,254,181); }

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

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

 span { border-color: rgb(253,254,181); }

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