Html Css Color HEX #FEF5B2 Shalimar

📋 copy color: '#FEF5B2'

red 254 ◦ green 245 ◦ blue 178

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

Shades of Shalimar #FEF5B2

Tints of Shalimar #FEF5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.29%

R = 37.52%
G = 36.19%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEF5B2 (or 0xFEF5B2) is known color: Shalimar. HEX triplet: FE, F5 and B2. RGB value is (254,245,178). Sum of RGB (Red+Green+Blue) = 254+245+178=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 178 (69.92% from 255 or 26.29% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5B2 is #010A4D. Grayscale: #F0F0F0. Windows color (decimal): -68174 or 11728382. OLE color: 11728382.

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

Color convert

RGB 254 245 178 -
CMYK 0 0.04 0.30 0.00
HSL 52.89º 0.97% 0.85% -
HSV(B) 52.89º 0.3% 1% -
XYZ 81.56 89.59 55.11 -
YUV 240.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 254 245 178 0 0.04 0.30 0.00 52.89 0.97 0.85
Hex FE F5 B2 0 4 1E 0 35 61 55
Octal 376 365 262 0 4 36 0 65 141 125
Binary 11111110 11110101 10110010 0 100 11110 0 110101 1100001 1010101

Color Harmonies of #FEF5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5B2

Black with #FEF5B2

Text Example


Text Example

White with #FEF5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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