#FEFBB1

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

Shades of Shalimar #FEFBB1

Tints of Shalimar #FEFBB1

Color information

#FEFBB1 (or 0xFEFBB1) is unknown color: approx Shalimar. HEX triplet: FE, FB and B1. RGB value is (254,251,177). Sum of RGB (Red+Green+Blue) = 254+251+177=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 177 (69.53% from 255 or 25.95% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBB1 is #01044E. Grayscale: #F3F3F3. Windows color (decimal): -66639 or 11664382. OLE color: 11664382.

HSL color Cylindrical-coordinate representation of color #FEFBB1: hue angle of 57.66º 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 #FEFBB1 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254251177-
CMYK00.010.300.00
HSL57.66º97.47%84.51%-
HSV(B)57.66º30.31%99.61%-
XYZ83.3193.2455.2-
YUV243.4690.49135.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 177 (69.53% from 255) = 25.95%
R=37.24%
G=36.80%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425117700.010.300.0057.6697.4784.51
HexFEFBB1011E03a6155
Octal3763732610136072141125
Binary1111111011111011101100010111110011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBB1; }

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

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

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

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

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

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

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

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