#FEFAB1

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

Shades of Shalimar #FEFAB1

Tints of Shalimar #FEFAB1

Color information

#FEFAB1 (or 0xFEFAB1) is unknown color: approx Shalimar. HEX triplet: FE, FA and B1. RGB value is (254,250,177). Sum of RGB (Red+Green+Blue) = 254+250+177=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 177 (69.53% from 255 or 25.99% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAB1 is #01054E. Grayscale: #F3F3F3. Windows color (decimal): -66895 or 11664126. OLE color: 11664126.

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

Color convert

RGB254250177-
CMYK00.020.300.00
HSL56.88º97.47%84.51%-
HSV(B)56.88º30.31%99.61%-
XYZ82.9992.6255.1-
YUV242.8790.83135.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 177 (69.53% from 255) = 25.99%
R=37.30%
G=36.71%
B=25.99%

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
Decimal25425017700.020.300.0056.8897.4784.51
HexFEFAB1021E0396155
Octal3763722610236071141125
Binary11111110111110101011000101011110011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAB1; }

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

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

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

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

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

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

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

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