#FEA8F0

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

Shades of Lavender Rose #FEA8F0

Tints of Lavender Rose #FEA8F0

Color information

#FEA8F0 (or 0xFEA8F0) is unknown color: approx Lavender Rose. HEX triplet: FE, A8 and F0. RGB value is (254,168,240). Sum of RGB (Red+Green+Blue) = 254+168+240=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8F0 is #01570F. Grayscale: #C9C9C9. Windows color (decimal): -87824 or 15771902. OLE color: 15771902.

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

Color convert

RGB254168240-
CMYK00.340.060.00
HSL309.77º97.73%82.75%-
HSV(B)309.77º33.86%99.61%-
XYZ70.655.3789.4-
YUV201.92149.49165.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 168 (66.02% from 255) = 25.38%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=38.37%
G=25.38%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416824000.340.060.00309.7797.7382.75
HexFEA8F0022601366253
Octal37625036004260466142123
Binary1111111010101000111100000100010110010011011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8F0; }

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

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

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

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

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

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

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

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