#FEFBB0

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

Shades of Shalimar #FEFBB0

Tints of Shalimar #FEFBB0

Color information

#FEFBB0 (or 0xFEFBB0) is unknown color: approx Shalimar. HEX triplet: FE, FB and B0. RGB value is (254,251,176). Sum of RGB (Red+Green+Blue) = 254+251+176=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 176 (69.14% from 255 or 25.84% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBB0 is #01044F. Grayscale: #F3F3F3. Windows color (decimal): -66640 or 11598846. OLE color: 11598846.

HSL color Cylindrical-coordinate representation of color #FEFBB0: hue angle of 57.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEFBB0 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254251176-
CMYK00.010.310.00
HSL57.69º97.5%84.31%-
HSV(B)57.69º30.71%99.61%-
XYZ83.2193.254.68-
YUV243.3589.99135.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 176 (69.14% from 255) = 25.84%
R=37.30%
G=36.86%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425117600.010.310.0057.6997.584.31
HexFEFBB0011F03a6254
Octal3763732600137072142124
Binary1111111011111011101100000111111011101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBB0; }

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

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

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

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

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

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

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

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