Html Css Color HEX #FEF5B4 Shalimar

📋 copy color: '#FEF5B4'

red 254 ◦ green 245 ◦ blue 180

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

Shades of Shalimar #FEF5B4

Tints of Shalimar #FEF5B4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.08%

 BLUE value IS 180 (70.7% from 255) = 26.51%

R = 37.41%
G = 36.08%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEF5B4 (or 0xFEF5B4) is known color: Shalimar. HEX triplet: FE, F5 and B4. RGB value is (254,245,180). Sum of RGB (Red+Green+Blue) = 254+245+180=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 180 (70.70% from 255 or 26.51% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5B4 is #010A4B. Grayscale: #F0F0F0. Windows color (decimal): -68172 or 11859454. OLE color: 11859454.

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

Color convert

RGB 254 245 180 -
CMYK 0 0.04 0.29 0.00
HSL 52.7º 0.97% 0.85% -
HSV(B) 52.7º 0.29% 1% -
XYZ 81.76 89.67 56.18 -
YUV 240.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 254 245 180 0 0.04 0.29 0.00 52.7 0.97 0.85
Hex FE F5 B4 0 4 1D 0 35 61 55
Octal 376 365 264 0 4 35 0 65 141 125
Binary 11111110 11110101 10110100 0 100 11101 0 110101 1100001 1010101

Color Harmonies of #FEF5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5B4

Black with #FEF5B4

Text Example


Text Example

White with #FEF5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5B4; }

 p { color: rgb(254,245,180); }

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

background-color css

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

 a { background-color: rgb(254,245,180); }

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

border-color css

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

 span { border-color: rgb(254,245,180); }

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