Html Css Color HEX #FEF1A8 Shalimar

📋 copy color: '#FEF1A8'

red 254 ◦ green 241 ◦ blue 168

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

Shades of Shalimar #FEF1A8

Tints of Shalimar #FEF1A8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.35%

 BLUE value IS 168 (66.02% from 255) = 25.34%

R = 38.31%
G = 36.35%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEF1A8 (or 0xFEF1A8) is known color: Shalimar. HEX triplet: FE, F1 and A8. RGB value is (254,241,168). Sum of RGB (Red+Green+Blue) = 254+241+168=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 168 (66.02% from 255 or 25.34% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1A8 is #010E57. Grayscale: #ECECEC. Windows color (decimal): -69208 or 11071998. OLE color: 11071998.

HSL color Cylindrical-coordinate representation of color #FEF1A8: hue angle of 50.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEF1A8 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 168 -
CMYK 0 0.05 0.34 0.00
HSL 50.93º 0.98% 0.83% -
HSV(B) 50.93º 0.34% 1% -
XYZ 79.4 86.81 49.62 -
YUV 236.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 254 241 168 0 0.05 0.34 0.00 50.93 0.98 0.83
Hex FE F1 A8 0 5 22 0 33 62 53
Octal 376 361 250 0 5 42 0 63 142 123
Binary 11111110 11110001 10101000 0 101 100010 0 110011 1100010 1010011

Color Harmonies of #FEF1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1A8

Black with #FEF1A8

Text Example


Text Example

White with #FEF1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1A8; }

 p { color: rgb(254,241,168); }

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

background-color css

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

 a { background-color: rgb(254,241,168); }

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

border-color css

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

 span { border-color: rgb(254,241,168); }

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