Html Css Color HEX #FEF4B1 Shalimar

📋 copy color: '#FEF4B1'

red 254 ◦ green 244 ◦ blue 177

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

Shades of Shalimar #FEF4B1

Tints of Shalimar #FEF4B1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.15%

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

R = 37.63%
G = 36.15%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEF4B1 (or 0xFEF4B1) is known color: Shalimar. HEX triplet: FE, F4 and B1. RGB value is (254,244,177). Sum of RGB (Red+Green+Blue) = 254+244+177=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 177 (69.53% from 255 or 26.22% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF4B1 is #010B4E. Grayscale: #EFEFEF. Windows color (decimal): -68431 or 11662590. OLE color: 11662590.

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

Color convert

RGB 254 244 177 -
CMYK 0 0.04 0.30 0.00
HSL 52.21º 0.97% 0.85% -
HSV(B) 52.21º 0.3% 1% -
XYZ 81.16 88.95 54.49 -
YUV 239.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 254 244 177 0 0.04 0.30 0.00 52.21 0.97 0.85
Hex FE F4 B1 0 4 1E 0 34 61 55
Octal 376 364 261 0 4 36 0 64 141 125
Binary 11111110 11110100 10110001 0 100 11110 0 110100 1100001 1010101

Color Harmonies of #FEF4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4B1

Black with #FEF4B1

Text Example


Text Example

White with #FEF4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4B1; }

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

 H1.HeaderClassName
 {
   color: #FEF4B1;
 }
 .AnyTagClassName
 {
   color: #FEF4B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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