Html Css Color HEX #FEF7B4 Shalimar

📋 copy color: '#FEF7B4'

red 254 ◦ green 247 ◦ blue 180

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

Shades of Shalimar #FEF7B4

Tints of Shalimar #FEF7B4

RGB

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

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

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

R = 37.3%
G = 36.27%
B = 26.43%

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

#FEF7B4 (or 0xFEF7B4) is known color: Shalimar. HEX triplet: FE, F7 and B4. RGB value is (254,247,180). Sum of RGB (Red+Green+Blue) = 254+247+180=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 180 (70.70% from 255 or 26.43% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7B4 is #01084B. Grayscale: #F1F1F1. Windows color (decimal): -67660 or 11859966. OLE color: 11859966.

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

Color convert

RGB 254 247 180 -
CMYK 0 0.03 0.29 0.00
HSL 54.32º 0.97% 0.85% -
HSV(B) 54.32º 0.29% 1% -
XYZ 82.37 90.89 56.38 -
YUV 241.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 254 247 180 0 0.03 0.29 0.00 54.32 0.97 0.85
Hex FE F7 B4 0 3 1D 0 36 61 55
Octal 376 367 264 0 3 35 0 66 141 125
Binary 11111110 11110111 10110100 0 11 11101 0 110110 1100001 1010101

Color Harmonies of #FEF7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7B4

Black with #FEF7B4

Text Example


Text Example

White with #FEF7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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