Html Css Color HEX #FEF8B2 Shalimar

📋 copy color: '#FEF8B2'

red 254 ◦ green 248 ◦ blue 178

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

Shades of Shalimar #FEF8B2

Tints of Shalimar #FEF8B2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.47%

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

R = 37.35%
G = 36.47%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEF8B2 (or 0xFEF8B2) is known color: Shalimar. HEX triplet: FE, F8 and B2. RGB value is (254,248,178). Sum of RGB (Red+Green+Blue) = 254+248+178=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 178 (69.92% from 255 or 26.18% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8B2 is #01074D. Grayscale: #F2F2F2. Windows color (decimal): -67406 or 11729150. OLE color: 11729150.

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

Color convert

RGB 254 248 178 -
CMYK 0 0.02 0.30 0.00
HSL 55.26º 0.97% 0.85% -
HSV(B) 55.26º 0.3% 1% -
XYZ 82.48 91.42 55.42 -
YUV 241.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 254 248 178 0 0.02 0.30 0.00 55.26 0.97 0.85
Hex FE F8 B2 0 2 1E 0 37 61 55
Octal 376 370 262 0 2 36 0 67 141 125
Binary 11111110 11111000 10110010 0 10 11110 0 110111 1100001 1010101

Color Harmonies of #FEF8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8B2

Black with #FEF8B2

Text Example


Text Example

White with #FEF8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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