Html Css Color HEX #FEF4A7 Shalimar

📋 copy color: '#FEF4A7'

red 254 ◦ green 244 ◦ blue 167

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

Shades of Shalimar #FEF4A7

Tints of Shalimar #FEF4A7

RGB

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

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

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

R = 38.2%
G = 36.69%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEF4A7 (or 0xFEF4A7) is known color: Shalimar. HEX triplet: FE, F4 and A7. RGB value is (254,244,167). Sum of RGB (Red+Green+Blue) = 254+244+167=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 167 (65.62% from 255 or 25.11% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF4A7 is #010B58. Grayscale: #EEEEEE. Windows color (decimal): -68441 or 11007230. OLE color: 11007230.

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

Color convert

RGB 254 244 167 -
CMYK 0 0.04 0.34 0.00
HSL 53.1º 0.98% 0.83% -
HSV(B) 53.1º 0.34% 1% -
XYZ 80.2 88.56 49.43 -
YUV 238.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 254 244 167 0 0.04 0.34 0.00 53.1 0.98 0.83
Hex FE F4 A7 0 4 22 0 35 62 53
Octal 376 364 247 0 4 42 0 65 142 123
Binary 11111110 11110100 10100111 0 100 100010 0 110101 1100010 1010011

Color Harmonies of #FEF4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4A7

Black with #FEF4A7

Text Example


Text Example

White with #FEF4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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