Html Css Color HEX #FEF6B5 Shalimar

📋 copy color: '#FEF6B5'

red 254 ◦ green 246 ◦ blue 181

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

Shades of Shalimar #FEF6B5

Tints of Shalimar #FEF6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.58%

R = 37.3%
G = 36.12%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEF6B5 (or 0xFEF6B5) is known color: Shalimar. HEX triplet: FE, F6 and B5. RGB value is (254,246,181). Sum of RGB (Red+Green+Blue) = 254+246+181=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 181 (71.09% from 255 or 26.58% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6B5 is #01094A. Grayscale: #F1F1F1. Windows color (decimal): -67915 or 11925246. OLE color: 11925246.

HSL color Cylindrical-coordinate representation of color #FEF6B5: hue angle of 53.42º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEF6B5 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 181 -
CMYK 0 0.03 0.29 0.00
HSL 53.42º 0.97% 0.85% -
HSV(B) 53.42º 0.29% 1% -
XYZ 82.17 90.32 56.82 -
YUV 240.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 254 246 181 0 0.03 0.29 0.00 53.42 0.97 0.85
Hex FE F6 B5 0 3 1D 0 35 61 55
Octal 376 366 265 0 3 35 0 65 141 125
Binary 11111110 11110110 10110101 0 11 11101 0 110101 1100001 1010101

Color Harmonies of #FEF6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6B5

Black with #FEF6B5

Text Example


Text Example

White with #FEF6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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