Html Css Color HEX #FEF7B5 Shalimar

📋 copy color: '#FEF7B5'

red 254 ◦ green 247 ◦ blue 181

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

Shades of Shalimar #FEF7B5

Tints of Shalimar #FEF7B5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.22%

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

R = 37.24%
G = 36.22%
B = 26.54%

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

#FEF7B5 (or 0xFEF7B5) is known color: Shalimar. HEX triplet: FE, F7 and B5. RGB value is (254,247,181). Sum of RGB (Red+Green+Blue) = 254+247+181=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 181 (71.09% from 255 or 26.54% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7B5 is #01084A. Grayscale: #F1F1F1. Windows color (decimal): -67659 or 11925502. OLE color: 11925502.

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

Color convert

RGB 254 247 181 -
CMYK 0 0.03 0.29 0.00
HSL 54.25º 0.97% 0.85% -
HSV(B) 54.25º 0.29% 1% -
XYZ 82.47 90.93 56.92 -
YUV 241.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 254 247 181 0 0.03 0.29 0.00 54.25 0.97 0.85
Hex FE F7 B5 0 3 1D 0 36 61 55
Octal 376 367 265 0 3 35 0 66 141 125
Binary 11111110 11110111 10110101 0 11 11101 0 110110 1100001 1010101

Color Harmonies of #FEF7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7B5

Black with #FEF7B5

Text Example


Text Example

White with #FEF7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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