#FEA6F4

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

Shades of Lavender Rose #FEA6F4

Tints of Lavender Rose #FEA6F4

Color information

#FEA6F4 (or 0xFEA6F4) is unknown color: approx Lavender Rose. HEX triplet: FE, A6 and F4. RGB value is (254,166,244). Sum of RGB (Red+Green+Blue) = 254+166+244=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 166 (65.23% from 255 or 25% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6F4 is #01590B. Grayscale: #C8C8C8. Windows color (decimal): -88332 or 16033534. OLE color: 16033534.

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

Color convert

RGB254166244-
CMYK00.350.040.00
HSL306.82º97.78%82.35%-
HSV(B)306.82º34.65%99.61%-
XYZ70.8454.8792.45-
YUV201.2152.15165.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 166 (65.23% from 255) = 25%
BLUE value IS 244 (95.70% from 255) = 36.75%
R=38.25%
G=25%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416624400.350.040.00306.8297.7882.35
HexFEA6F4023401336252
Octal37624636404340463142122
Binary1111111010100110111101000100011100010011001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6F4; }

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

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

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

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

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

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

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

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