Html Css Color HEX #FEF9A6 Shalimar

📋 copy color: '#FEF9A6'

red 254 ◦ green 249 ◦ blue 166

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

Shades of Shalimar #FEF9A6

Tints of Shalimar #FEF9A6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.22%

 BLUE value IS 166 (65.23% from 255) = 24.81%

R = 37.97%
G = 37.22%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEF9A6 (or 0xFEF9A6) is known color: Shalimar. HEX triplet: FE, F9 and A6. RGB value is (254,249,166). Sum of RGB (Red+Green+Blue) = 254+249+166=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 166 (65.23% from 255 or 24.81% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9A6 is #010659. Grayscale: #F1F1F1. Windows color (decimal): -67162 or 10942974. OLE color: 10942974.

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

Color convert

RGB 254 249 166 -
CMYK 0 0.02 0.35 0.00
HSL 56.59º 0.98% 0.82% -
HSV(B) 56.59º 0.35% 1% -
XYZ 81.63 91.58 49.45 -
YUV 241.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 254 249 166 0 0.02 0.35 0.00 56.59 0.98 0.82
Hex FE F9 A6 0 2 23 0 39 62 52
Octal 376 371 246 0 2 43 0 71 142 122
Binary 11111110 11111001 10100110 0 10 100011 0 111001 1100010 1010010

Color Harmonies of #FEF9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF9A6

Black with #FEF9A6

Text Example


Text Example

White with #FEF9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF9A6; }

 p { color: rgb(254,249,166); }

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

background-color css

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

 a { background-color: rgb(254,249,166); }

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

border-color css

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

 span { border-color: rgb(254,249,166); }

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