#FEFAB2

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

Shades of Shalimar #FEFAB2

Tints of Shalimar #FEFAB2

Color information

#FEFAB2 (or 0xFEFAB2) is unknown color: approx Shalimar. HEX triplet: FE, FA and B2. RGB value is (254,250,178). Sum of RGB (Red+Green+Blue) = 254+250+178=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAB2 is #01054D. Grayscale: #F3F3F3. Windows color (decimal): -66894 or 11729662. OLE color: 11729662.

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

Color convert

RGB254250178-
CMYK00.020.300.00
HSL56.84º97.44%84.71%-
HSV(B)56.84º29.92%99.61%-
XYZ83.0992.6655.62-
YUV242.9991.33135.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 178 (69.92% from 255) = 26.10%
R=37.24%
G=36.66%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425017800.020.300.0056.8497.4484.71
HexFEFAB2021E0396155
Octal3763722620236071141125
Binary11111110111110101011001001011110011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAB2; }

 p { color: rgb(254,250,178); }

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

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

 a { background-color: rgb(254,250,178); }

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

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

 span { border-color: rgb(254,250,178); }

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