#F29AE1

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

Shades of Lavender Rose #F29AE1

Tints of Lavender Rose #F29AE1

Color information

#F29AE1 (or 0xF29AE1) is unknown color: approx Lavender Rose. HEX triplet: F2, 9A and E1. RGB value is (242,154,225). Sum of RGB (Red+Green+Blue) = 242+154+225=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AE1 is #0D651E. Grayscale: #BCBCBC. Windows color (decimal): -877855 or 14785266. OLE color: 14785266.

HSL color Cylindrical-coordinate representation of color #F29AE1: hue angle of 311.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29AE1 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242154225-
CMYK00.360.070.05
HSL311.59º77.19%77.65%-
HSV(B)311.59º36.36%94.9%-
XYZ61.7647.4277.13-
YUV188.41148.65166.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=38.97%
G=24.80%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215422500.360.070.05311.5977.1977.65
HexF29AE1024751384d4e
Octal36223234104475470115116
Binary111100101001101011100001010010011110110011100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AE1; }

 p { color: rgb(242,154,225); }

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

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

 a { background-color: rgb(242,154,225); }

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

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

 span { border-color: rgb(242,154,225); }

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