#FEA8FF

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

Shades of Lavender Rose #FEA8FF

Tints of Lavender Rose #FEA8FF

Color information

#FEA8FF (or 0xFEA8FF) is unknown color: approx Lavender Rose. HEX triplet: FE, A8 and FF. RGB value is (254,168,255). Sum of RGB (Red+Green+Blue) = 254+168+255=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 168 (66.02% from 255 or 24.82% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8FF is #015700. Grayscale: #CBCBCB. Windows color (decimal): -87809 or 16754942. OLE color: 16754942.

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

Color convert

RGB254168255-
CMYK0.000.3400
HSL299.31º100%82.94%-
HSV(B)299.31º34.12%100%-
XYZ72.9356.3101.63-
YUV203.63156.99163.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 168 (66.02% from 255) = 24.82%
BLUE value IS 255 (100% from 255) = 37.67%
R=37.52%
G=24.82%
B=37.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541682550.000.3400299.3110082.94
HexFEA8FF0220012b6453
Octal37625037704200453144123
Binary11111110101010001111111101000100010010101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8FF; }

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

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

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

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

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

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

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

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