Html Css Color HEX #FEF1A7 Shalimar

📋 copy color: '#FEF1A7'

red 254 ◦ green 241 ◦ blue 167

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

Shades of Shalimar #FEF1A7

Tints of Shalimar #FEF1A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 25.23%

R = 38.37%
G = 36.4%
B = 25.23%

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

#FEF1A7 (or 0xFEF1A7) is known color: Shalimar. HEX triplet: FE, F1 and A7. RGB value is (254,241,167). Sum of RGB (Red+Green+Blue) = 254+241+167=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 167 (65.62% from 255 or 25.23% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1A7 is #010E58. Grayscale: #ECECEC. Windows color (decimal): -69209 or 11006462. OLE color: 11006462.

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

Color convert

RGB 254 241 167 -
CMYK 0 0.05 0.34 0.00
HSL 51.03º 0.98% 0.83% -
HSV(B) 51.03º 0.34% 1% -
XYZ 79.3 86.77 49.13 -
YUV 236.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 254 241 167 0 0.05 0.34 0.00 51.03 0.98 0.83
Hex FE F1 A7 0 5 22 0 33 62 53
Octal 376 361 247 0 5 42 0 63 142 123
Binary 11111110 11110001 10100111 0 101 100010 0 110011 1100010 1010011

Color Harmonies of #FEF1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1A7

Black with #FEF1A7

Text Example


Text Example

White with #FEF1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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