#FCEFAA

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

Shades of Shalimar #FCEFAA

Tints of Shalimar #FCEFAA

Color information

#FCEFAA (or 0xFCEFAA) is unknown color: approx Shalimar. HEX triplet: FC, EF and AA. RGB value is (252,239,170). Sum of RGB (Red+Green+Blue) = 252+239+170=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFAA is #031055. Grayscale: #EBEBEB. Windows color (decimal): -200790 or 11202556. OLE color: 11202556.

HSL color Cylindrical-coordinate representation of color #FCEFAA: hue angle of 50.49º 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 #FCEFAA is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252239170-
CMYK00.050.330.01
HSL50.49º93.18%82.75%-
HSV(B)50.49º32.54%98.82%-
XYZ78.2785.3350.38-
YUV235.0291.31140.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 170 (66.80% from 255) = 25.72%
R=38.12%
G=36.16%
B=25.72%

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
Decimal25223917000.050.330.0150.4993.1882.75
HexFCEFAA05211325d53
Octal3743572520541162135123
Binary1111110011101111101010100101100001111001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFAA; }

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

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

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

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

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

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

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

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