Html Css Color HEX #FEFAB1 Shalimar

📋 copy color: '#FEFAB1'

red 254 ◦ green 250 ◦ blue 177

#FEFAB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #FEFAB1

Tints of Shalimar #FEFAB1

RGB

 RED value IS 254 (99.61% from 255) = 37.3%

 GREEN value IS 250 (98.05% from 255) = 36.71%

 BLUE value IS 177 (69.53% from 255) = 25.99%

R = 37.3%
G = 36.71%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEFAB1 (or 0xFEFAB1) is known color: 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

RGB 254 250 177 -
CMYK 0 0.02 0.30 0.00
HSL 56.88º 0.97% 0.85% -
HSV(B) 56.88º 0.3% 1% -
XYZ 82.99 92.62 55.1 -
YUV 242.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 254 250 177 0 0.02 0.30 0.00 56.88 0.97 0.85
Hex FE FA B1 0 2 1E 0 39 61 55
Octal 376 372 261 0 2 36 0 71 141 125
Binary 11111110 11111010 10110001 0 10 11110 0 111001 1100001 1010101

Color Harmonies of #FEFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAB1

Black with #FEFAB1

Text Example


Text Example

White with #FEFAB1

Text Example


Text Example

HTML Codes & Css Web 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>