Html Css Color HEX #FEF9AF Shalimar

📋 copy color: '#FEF9AF'

red 254 ◦ green 249 ◦ blue 175

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

Shades of Shalimar #FEF9AF

Tints of Shalimar #FEF9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.73%

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

R = 37.46%
G = 36.73%
B = 25.81%

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

#FEF9AF (or 0xFEF9AF) is known color: Shalimar. HEX triplet: FE, F9 and AF. RGB value is (254,249,175). Sum of RGB (Red+Green+Blue) = 254+249+175=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 175 (68.75% from 255 or 25.81% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9AF is #010650. Grayscale: #F2F2F2. Windows color (decimal): -67153 or 11532798. OLE color: 11532798.

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

Color convert

RGB 254 249 175 -
CMYK 0 0.02 0.31 0.00
HSL 56.2º 0.98% 0.84% -
HSV(B) 56.2º 0.31% 1% -
XYZ 82.49 91.92 53.95 -
YUV 242.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 254 249 175 0 0.02 0.31 0.00 56.2 0.98 0.84
Hex FE F9 AF 0 2 1F 0 38 62 54
Octal 376 371 257 0 2 37 0 70 142 124
Binary 11111110 11111001 10101111 0 10 11111 0 111000 1100010 1010100

Color Harmonies of #FEF9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF9AF

Black with #FEF9AF

Text Example


Text Example

White with #FEF9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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