Html Css Color HEX #FEF3AF Shalimar

📋 copy color: '#FEF3AF'

red 254 ◦ green 243 ◦ blue 175

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

Shades of Shalimar #FEF3AF

Tints of Shalimar #FEF3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.16%

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

R = 37.8%
G = 36.16%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEF3AF (or 0xFEF3AF) is known color: Shalimar. HEX triplet: FE, F3 and AF. RGB value is (254,243,175). Sum of RGB (Red+Green+Blue) = 254+243+175=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 175 (68.75% from 255 or 26.04% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3AF is #010C50. Grayscale: #EEEEEE. Windows color (decimal): -68689 or 11531262. OLE color: 11531262.

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

Color convert

RGB 254 243 175 -
CMYK 0 0.04 0.31 0.00
HSL 51.65º 0.98% 0.84% -
HSV(B) 51.65º 0.31% 1% -
XYZ 80.66 88.27 53.34 -
YUV 238.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 254 243 175 0 0.04 0.31 0.00 51.65 0.98 0.84
Hex FE F3 AF 0 4 1F 0 34 62 54
Octal 376 363 257 0 4 37 0 64 142 124
Binary 11111110 11110011 10101111 0 100 11111 0 110100 1100010 1010100

Color Harmonies of #FEF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF3AF

Black with #FEF3AF

Text Example


Text Example

White with #FEF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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