#FEFCA8

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

Shades of Shalimar #FEFCA8

Tints of Shalimar #FEFCA8

Color information

#FEFCA8 (or 0xFEFCA8) is unknown color: approx Shalimar. HEX triplet: FE, FC and A8. RGB value is (254,252,168). Sum of RGB (Red+Green+Blue) = 254+252+168=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 168 (66.02% from 255 or 24.93% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCA8 is #010357. Grayscale: #F3F3F3. Windows color (decimal): -66392 or 11074814. OLE color: 11074814.

HSL color Cylindrical-coordinate representation of color #FEFCA8: hue angle of 58.6º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEFCA8 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB254252168-
CMYK00.010.340.00
HSL58.6º97.73%82.75%-
HSV(B)58.6º33.86%99.61%-
XYZ82.7593.5250.74-
YUV243.0285.66135.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 168 (66.02% from 255) = 24.93%
R=37.69%
G=37.39%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425216800.010.340.0058.697.7382.75
HexFEFCA8012203b6253
Octal3763742500142073142123
Binary11111110111111001010100001100010011101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCA8; }

 p { color: rgb(254,252,168); }

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

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

 a { background-color: rgb(254,252,168); }

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

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

 span { border-color: rgb(254,252,168); }

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