#FEFBAA

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

Shades of Shalimar #FEFBAA

Tints of Shalimar #FEFBAA

Color information

#FEFBAA (or 0xFEFBAA) is unknown color: approx Shalimar. HEX triplet: FE, FB and AA. RGB value is (254,251,170). Sum of RGB (Red+Green+Blue) = 254+251+170=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 170 (66.80% from 255 or 25.19% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBAA is #010455. Grayscale: #F2F2F2. Windows color (decimal): -66646 or 11205630. OLE color: 11205630.

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

Color convert

RGB254251170-
CMYK00.010.330.00
HSL57.86º97.67%83.14%-
HSV(B)57.86º33.07%99.61%-
XYZ82.6392.9751.62-
YUV242.6686.99136.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 170 (66.80% from 255) = 25.19%
R=37.63%
G=37.19%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425117000.010.330.0057.8697.6783.14
HexFEFBAA012103a6253
Octal3763732520141072142123
Binary11111110111110111010101001100001011101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBAA; }

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

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

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

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

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

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

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

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