Html Css Color HEX #FEF7AB Shalimar

📋 copy color: '#FEF7AB'

red 254 ◦ green 247 ◦ blue 171

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

Shades of Shalimar #FEF7AB

Tints of Shalimar #FEF7AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.45%

R = 37.8%
G = 36.76%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEF7AB (or 0xFEF7AB) is known color: Shalimar. HEX triplet: FE, F7 and AB. RGB value is (254,247,171). Sum of RGB (Red+Green+Blue) = 254+247+171=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7AB is #010854. Grayscale: #F0F0F0. Windows color (decimal): -67669 or 11270142. OLE color: 11270142.

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

Color convert

RGB 254 247 171 -
CMYK 0 0.03 0.33 0.00
HSL 54.94º 0.98% 0.83% -
HSV(B) 54.94º 0.33% 1% -
XYZ 81.48 90.53 51.71 -
YUV 240.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 254 247 171 0 0.03 0.33 0.00 54.94 0.98 0.83
Hex FE F7 AB 0 3 21 0 37 62 53
Octal 376 367 253 0 3 41 0 67 142 123
Binary 11111110 11110111 10101011 0 11 100001 0 110111 1100010 1010011

Color Harmonies of #FEF7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7AB

Black with #FEF7AB

Text Example


Text Example

White with #FEF7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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