Html Css Color HEX #FEF8AF Shalimar

📋 copy color: '#FEF8AF'

red 254 ◦ green 248 ◦ blue 175

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

Shades of Shalimar #FEF8AF

Tints of Shalimar #FEF8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 25.85%

R = 37.52%
G = 36.63%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEF8AF (or 0xFEF8AF) is known color: Shalimar. HEX triplet: FE, F8 and AF. RGB value is (254,248,175). Sum of RGB (Red+Green+Blue) = 254+248+175=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 175 (68.75% from 255 or 25.85% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8AF is #010750. Grayscale: #F1F1F1. Windows color (decimal): -67409 or 11532542. OLE color: 11532542.

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

Color convert

RGB 254 248 175 -
CMYK 0 0.02 0.31 0.00
HSL 55.44º 0.98% 0.84% -
HSV(B) 55.44º 0.31% 1% -
XYZ 82.18 91.3 53.85 -
YUV 241.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 254 248 175 0 0.02 0.31 0.00 55.44 0.98 0.84
Hex FE F8 AF 0 2 1F 0 37 62 54
Octal 376 370 257 0 2 37 0 67 142 124
Binary 11111110 11111000 10101111 0 10 11111 0 110111 1100010 1010100

Color Harmonies of #FEF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8AF

Black with #FEF8AF

Text Example


Text Example

White with #FEF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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