#F29AE0

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

Shades of Lavender Rose #F29AE0

Tints of Lavender Rose #F29AE0

Color information

#F29AE0 (or 0xF29AE0) is unknown color: approx Lavender Rose. HEX triplet: F2, 9A and E0. RGB value is (242,154,224). Sum of RGB (Red+Green+Blue) = 242+154+224=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AE0 is #0D651F. Grayscale: #BCBCBC. Windows color (decimal): -877856 or 14719730. OLE color: 14719730.

HSL color Cylindrical-coordinate representation of color #F29AE0: hue angle of 312.27º 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 #F29AE0 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242154224-
CMYK00.360.070.05
HSL312.27º77.19%77.65%-
HSV(B)312.27º36.36%94.9%-
XYZ61.6347.3776.42-
YUV188.29148.15166.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 154 (60.55% from 255) = 24.84%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=39.03%
G=24.84%
B=36.13%

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
Decimal24215422400.360.070.05312.2777.1977.65
HexF29AE0024751384d4e
Octal36223234004475470115116
Binary111100101001101011100000010010011110110011100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AE0; }

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

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

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

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

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

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

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

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