Html Css Color HEX #FEF7B0 Shalimar

📋 copy color: '#FEF7B0'

red 254 ◦ green 247 ◦ blue 176

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

Shades of Shalimar #FEF7B0

Tints of Shalimar #FEF7B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26%

R = 37.52%
G = 36.48%
B = 26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEF7B0 (or 0xFEF7B0) is known color: Shalimar. HEX triplet: FE, F7 and B0. RGB value is (254,247,176). Sum of RGB (Red+Green+Blue) = 254+247+176=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 176 (69.14% from 255 or 26.00% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7B0 is #01084F. Grayscale: #F1F1F1. Windows color (decimal): -67664 or 11597822. OLE color: 11597822.

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

Color convert

RGB 254 247 176 -
CMYK 0 0.03 0.31 0.00
HSL 54.62º 0.98% 0.84% -
HSV(B) 54.62º 0.31% 1% -
XYZ 81.97 90.73 54.27 -
YUV 241 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 254 247 176 0 0.03 0.31 0.00 54.62 0.98 0.84
Hex FE F7 B0 0 3 1F 0 37 62 54
Octal 376 367 260 0 3 37 0 67 142 124
Binary 11111110 11110111 10110000 0 11 11111 0 110111 1100010 1010100

Color Harmonies of #FEF7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7B0

Black with #FEF7B0

Text Example


Text Example

White with #FEF7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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