#FEA2FD

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

Shades of Lavender Rose #FEA2FD

Tints of Lavender Rose #FEA2FD

Color information

#FEA2FD (or 0xFEA2FD) is unknown color: approx Lavender Rose. HEX triplet: FE, A2 and FD. RGB value is (254,162,253). Sum of RGB (Red+Green+Blue) = 254+162+253=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 162 (63.67% from 255 or 24.22% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2FD is #015D02. Grayscale: #C7C7C7. Windows color (decimal): -89347 or 16622334. OLE color: 16622334.

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

Color convert

RGB254162253-
CMYK00.360.000.00
HSL300.65º97.87%81.57%-
HSV(B)300.65º36.22%99.61%-
XYZ71.525499.58-
YUV199.88157.98166.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 162 (63.67% from 255) = 24.22%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=37.97%
G=24.22%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416225300.360.000.00300.6597.8781.57
HexFEA2FD0240012d6252
Octal37624237504400455142122
Binary11111110101000101111110101001000010010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2FD; }

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

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

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

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

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

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

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

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