Html Css Color HEX #FEF6A5 Shalimar

📋 copy color: '#FEF6A5'

red 254 ◦ green 246 ◦ blue 165

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

Shades of Shalimar #FEF6A5

Tints of Shalimar #FEF6A5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.99%

 BLUE value IS 165 (64.84% from 255) = 24.81%

R = 38.2%
G = 36.99%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEF6A5 (or 0xFEF6A5) is known color: Shalimar. HEX triplet: FE, F6 and A5. RGB value is (254,246,165). Sum of RGB (Red+Green+Blue) = 254+246+165=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 165 (64.84% from 255 or 24.81% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A5 is #01095A. Grayscale: #EFEFEF. Windows color (decimal): -67931 or 10876670. OLE color: 10876670.

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

Color convert

RGB 254 246 165 -
CMYK 0 0.03 0.35 0.00
HSL 54.61º 0.98% 0.82% -
HSV(B) 54.61º 0.35% 1% -
XYZ 80.62 89.7 48.66 -
YUV 239.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 254 246 165 0 0.03 0.35 0.00 54.61 0.98 0.82
Hex FE F6 A5 0 3 23 0 37 62 52
Octal 376 366 245 0 3 43 0 67 142 122
Binary 11111110 11110110 10100101 0 11 100011 0 110111 1100010 1010010

Color Harmonies of #FEF6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6A5

Black with #FEF6A5

Text Example


Text Example

White with #FEF6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6A5; }

 p { color: rgb(254,246,165); }

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

background-color css

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

 a { background-color: rgb(254,246,165); }

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

border-color css

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

 span { border-color: rgb(254,246,165); }

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