#FEA6FF

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

Shades of Lavender Rose #FEA6FF

Tints of Lavender Rose #FEA6FF

Color information

#FEA6FF (or 0xFEA6FF) is unknown color: approx Lavender Rose. HEX triplet: FE, A6 and FF. RGB value is (254,166,255). Sum of RGB (Red+Green+Blue) = 254+166+255=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 166 (65.23% from 255 or 24.59% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6FF is #015900. Grayscale: #CACACA. Windows color (decimal): -88321 or 16754430. OLE color: 16754430.

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

Color convert

RGB254166255-
CMYK0.000.3500
HSL299.33º100%82.55%-
HSV(B)299.33º34.9%100%-
XYZ72.5655.56101.51-
YUV202.46157.65164.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 166 (65.23% from 255) = 24.59%
BLUE value IS 255 (100% from 255) = 37.78%
R=37.63%
G=24.59%
B=37.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541662550.000.3500299.3310082.55
HexFEA6FF0230012b6453
Octal37624637704300453144123
Binary11111110101001101111111101000110010010101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6FF; }

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

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

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

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

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

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

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

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