Html Css Color HEX #FEF8B5 Shalimar

📋 copy color: '#FEF8B5'

red 254 ◦ green 248 ◦ blue 181

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

Shades of Shalimar #FEF8B5

Tints of Shalimar #FEF8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.5%

R = 37.19%
G = 36.31%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEF8B5 (or 0xFEF8B5) is known color: Shalimar. HEX triplet: FE, F8 and B5. RGB value is (254,248,181). Sum of RGB (Red+Green+Blue) = 254+248+181=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8B5 is #01074A. Grayscale: #F2F2F2. Windows color (decimal): -67403 or 11925758. OLE color: 11925758.

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

Color convert

RGB 254 248 181 -
CMYK 0 0.02 0.29 0.00
HSL 55.07º 0.97% 0.85% -
HSV(B) 55.07º 0.29% 1% -
XYZ 82.78 91.54 57.02 -
YUV 242.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 254 248 181 0 0.02 0.29 0.00 55.07 0.97 0.85
Hex FE F8 B5 0 2 1D 0 37 61 55
Octal 376 370 265 0 2 35 0 67 141 125
Binary 11111110 11111000 10110101 0 10 11101 0 110111 1100001 1010101

Color Harmonies of #FEF8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8B5

Black with #FEF8B5

Text Example


Text Example

White with #FEF8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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