Html Css Color HEX #FEF7B2 Shalimar

📋 copy color: '#FEF7B2'

red 254 ◦ green 247 ◦ blue 178

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

Shades of Shalimar #FEF7B2

Tints of Shalimar #FEF7B2

RGB

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

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

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

R = 37.41%
G = 36.38%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEF7B2 (or 0xFEF7B2) is known color: Shalimar. HEX triplet: FE, F7 and B2. RGB value is (254,247,178). Sum of RGB (Red+Green+Blue) = 254+247+178=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 178 (69.92% from 255 or 26.22% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7B2 is #01084D. Grayscale: #F1F1F1. Windows color (decimal): -67662 or 11728894. OLE color: 11728894.

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

Color convert

RGB 254 247 178 -
CMYK 0 0.03 0.30 0.00
HSL 54.47º 0.97% 0.85% -
HSV(B) 54.47º 0.3% 1% -
XYZ 82.17 90.81 55.32 -
YUV 241.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 254 247 178 0 0.03 0.30 0.00 54.47 0.97 0.85
Hex FE F7 B2 0 3 1E 0 36 61 55
Octal 376 367 262 0 3 36 0 66 141 125
Binary 11111110 11110111 10110010 0 11 11110 0 110110 1100001 1010101

Color Harmonies of #FEF7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7B2

Black with #FEF7B2

Text Example


Text Example

White with #FEF7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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