#FEF7AF

Color #FEF7AF Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #FEF7AF

Tints of Shalimar #FEF7AF

Color information

#FEF7AF (or 0xFEF7AF) is unknown color: approx Shalimar. HEX triplet: FE, F7 and AF. RGB value is (254,247,175). Sum of RGB (Red+Green+Blue) = 254+247+175=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7AF is #010850. Grayscale: #F1F1F1. Windows color (decimal): -67665 or 11532286. OLE color: 11532286.

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

Color convert

RGB254247175-
CMYK00.030.310.00
HSL54.68º97.53%84.12%-
HSV(B)54.68º31.1%99.61%-
XYZ81.8790.6953.75-
YUV240.8890.82137.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 247 (96.88% from 255) = 36.54%
BLUE value IS 175 (68.75% from 255) = 25.89%
R=37.57%
G=36.54%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424717500.030.310.0054.6897.5384.12
HexFEF7AF031F0376254
Octal3763672570337067142124
Binary11111110111101111010111101111111011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7AF; }

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

 H1.HeaderClassName
 {
   color: #FEF7AF;
 }
 .AnyTagClassName
 {
   color: #FEF7AF;
 }
</style>
background-color css

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

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

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

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

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

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