#FDFEB1

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

Shades of Shalimar #FDFEB1

Tints of Shalimar #FDFEB1

Color information

#FDFEB1 (or 0xFDFEB1) is unknown color: approx Shalimar. HEX triplet: FD, FE and B1. RGB value is (253,254,177). Sum of RGB (Red+Green+Blue) = 253+254+177=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 177 (69.53% from 255 or 25.88% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEB1 is #02014E. Grayscale: #F5F5F5. Windows color (decimal): -131407 or 11665149. OLE color: 11665149.

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

Color convert

RGB253254177-
CMYK0.0000.300.00
HSL60.78º97.47%84.51%-
HSV(B)60.78º30.31%99.61%-
XYZ83.8994.9455.5-
YUV244.9289.67133.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 177 (69.53% from 255) = 25.88%
R=36.99%
G=37.13%
B=25.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541770.0000.300.0060.7897.4784.51
HexFDFEB1001E03d6155
Octal3753762610036075141125
Binary1111110111111110101100010011110011110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEB1; }

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

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

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

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

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

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

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

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