#FEA9FC

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

Shades of Lavender Rose #FEA9FC

Tints of Lavender Rose #FEA9FC

Color information

#FEA9FC (or 0xFEA9FC) is unknown color: approx Lavender Rose. HEX triplet: FE, A9 and FC. RGB value is (254,169,252). Sum of RGB (Red+Green+Blue) = 254+169+252=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 169 (66.41% from 255 or 25.04% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9FC is #015603. Grayscale: #CBCBCB. Windows color (decimal): -87556 or 16558590. OLE color: 16558590.

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

Color convert

RGB254169252-
CMYK00.330.010.00
HSL301.41º97.7%82.94%-
HSV(B)301.41º33.46%99.61%-
XYZ72.6356.4899.17-
YUV203.88155.16163.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 169 (66.41% from 255) = 25.04%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=37.63%
G=25.04%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416925200.330.010.00301.4197.782.94
HexFEA9FC0211012d6253
Octal37625137404110455142123
Binary11111110101010011111110001000011010010110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9FC; }

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

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

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

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

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

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

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

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