#FEA6FD

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

Shades of Lavender Rose #FEA6FD

Tints of Lavender Rose #FEA6FD

Color information

#FEA6FD (or 0xFEA6FD) is unknown color: approx Lavender Rose. HEX triplet: FE, A6 and FD. RGB value is (254,166,253). Sum of RGB (Red+Green+Blue) = 254+166+253=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 166 (65.23% from 255 or 24.67% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6FD is #015902. Grayscale: #C9C9C9. Windows color (decimal): -88323 or 16623358. OLE color: 16623358.

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

Color convert

RGB254166253-
CMYK00.350.000.00
HSL300.68º97.78%82.35%-
HSV(B)300.68º34.65%99.61%-
XYZ72.2455.4499.82-
YUV202.23156.65164.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 166 (65.23% from 255) = 24.67%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=37.74%
G=24.67%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416625300.350.000.00300.6897.7882.35
HexFEA6FD0230012d6252
Octal37624637504300455142122
Binary11111110101001101111110101000110010010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6FD; }

 p { color: rgb(254,166,253); }

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

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

 a { background-color: rgb(254,166,253); }

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

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

 span { border-color: rgb(254,166,253); }

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