#F29DE5

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

Shades of Lavender Rose #F29DE5

Tints of Lavender Rose #F29DE5

Color information

#F29DE5 (or 0xF29DE5) is unknown color: approx Lavender Rose. HEX triplet: F2, 9D and E5. RGB value is (242,157,229). Sum of RGB (Red+Green+Blue) = 242+157+229=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DE5 is #0D621A. Grayscale: #BEBEBE. Windows color (decimal): -877083 or 15048178. OLE color: 15048178.

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

Color convert

RGB242157229-
CMYK00.350.050.05
HSL309.18º76.58%78.24%-
HSV(B)309.18º35.12%94.9%-
XYZ62.8248.6580.21-
YUV190.62149.66164.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 229 (89.84% from 255) = 36.46%
R=38.54%
G=25%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215722900.350.050.05309.1876.5878.24
HexF29DE5023551354d4e
Octal36223534504355465115116
Binary111100101001110111100101010001110110110011010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DE5; }

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

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

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

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

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

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

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

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