#FEA6FB

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

Shades of Lavender Rose #FEA6FB

Tints of Lavender Rose #FEA6FB

Color information

#FEA6FB (or 0xFEA6FB) is unknown color: approx Lavender Rose. HEX triplet: FE, A6 and FB. RGB value is (254,166,251). Sum of RGB (Red+Green+Blue) = 254+166+251=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 166 (65.23% from 255 or 24.74% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6FB is #015904. Grayscale: #C9C9C9. Windows color (decimal): -88325 or 16492286. OLE color: 16492286.

HSL color Cylindrical-coordinate representation of color #FEA6FB: hue angle of 302.05º 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 #FEA6FB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254166251-
CMYK00.350.010.00
HSL302.05º97.78%82.35%-
HSV(B)302.05º34.65%99.61%-
XYZ71.9255.3198.15-
YUV202155.65165.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 166 (65.23% from 255) = 24.74%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=37.85%
G=24.74%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416625100.350.010.00302.0597.7882.35
HexFEA6FB0231012e6252
Octal37624637304310456142122
Binary11111110101001101111101101000111010010111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6FB; }

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

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

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

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

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

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

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

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