#f29be5

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

Shades of Lavender Rose #F29BE5

Tints of Lavender Rose #F29BE5

Color information

#F29BE5 (or 0xF29BE5) is unknown color: approx Lavender Rose. HEX triplet: F2, 9B and E5. RGB value is (242,155,229). Sum of RGB (Red+Green+Blue) = 242+155+229=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BE5 is #0D641A. Grayscale: #BDBDBD. Windows color (decimal): -877595 or 15047666. OLE color: 15047666.

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

Color convert

RGB242155229-
CMYK00.360.050.05
HSL308.97º76.99%77.84%-
HSV(B)308.97º35.95%94.9%-
XYZ62.4847.9880.1-
YUV189.45150.32165.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=38.66%
G=24.76%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215522900.360.050.05308.9776.9977.84
HexF29BE5024551354d4e
Octal36223334504455465115116
Binary111100101001101111100101010010010110110011010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29be5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29be5; }

 p { color: rgb(242,155,229); }

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

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

 a { background-color: rgb(242,155,229); }

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

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

 span { border-color: rgb(242,155,229); }

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