#FCEFA9

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

Shades of Shalimar #FCEFA9

Tints of Shalimar #FCEFA9

Color information

#FCEFA9 (or 0xFCEFA9) is unknown color: approx Shalimar. HEX triplet: FC, EF and A9. RGB value is (252,239,169). Sum of RGB (Red+Green+Blue) = 252+239+169=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 169 (66.41% from 255 or 25.61% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFA9 is #031056. Grayscale: #EBEBEB. Windows color (decimal): -200791 or 11137020. OLE color: 11137020.

HSL color Cylindrical-coordinate representation of color #FCEFA9: hue angle of 50.6º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCEFA9 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252239169-
CMYK00.050.330.01
HSL50.6º93.26%82.55%-
HSV(B)50.6º32.94%98.82%-
XYZ78.1785.2949.88-
YUV234.9190.81140.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 169 (66.41% from 255) = 25.61%
R=38.18%
G=36.21%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223916900.050.330.0150.693.2682.55
HexFCEFA905211335d53
Octal3743572510541163135123
Binary1111110011101111101010010101100001111001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFA9; }

 p { color: rgb(252,239,169); }

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

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

 a { background-color: rgb(252,239,169); }

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

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

 span { border-color: rgb(252,239,169); }

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