#FEFAB3

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

Shades of Shalimar #FEFAB3

Tints of Shalimar #FEFAB3

Color information

#FEFAB3 (or 0xFEFAB3) is unknown color: approx Shalimar. HEX triplet: FE, FA and B3. RGB value is (254,250,179). Sum of RGB (Red+Green+Blue) = 254+250+179=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 179 (70.31% from 255 or 26.21% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB3 is #01054C. Grayscale: #F3F3F3. Windows color (decimal): -66893 or 11795198. OLE color: 11795198.

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

Color convert

RGB254250179-
CMYK00.020.300.00
HSL56.8º97.4%84.9%-
HSV(B)56.8º29.53%99.61%-
XYZ83.292.756.16-
YUV243.191.83135.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 179 (70.31% from 255) = 26.21%
R=37.19%
G=36.60%
B=26.21%

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
Decimal25425017900.020.300.0056.897.484.9
HexFEFAB3021E0396155
Octal3763722630236071141125
Binary11111110111110101011001101011110011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAB3; }

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

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

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

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

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

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

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

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