#F29DE3

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

Shades of Lavender Rose #F29DE3

Tints of Lavender Rose #F29DE3

Color information

#F29DE3 (or 0xF29DE3) is unknown color: approx Lavender Rose. HEX triplet: F2, 9D and E3. RGB value is (242,157,227). Sum of RGB (Red+Green+Blue) = 242+157+227=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DE3 is #0D621C. Grayscale: #BEBEBE. Windows color (decimal): -877085 or 14917106. OLE color: 14917106.

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

Color convert

RGB242157227-
CMYK00.350.060.05
HSL310.59º76.58%78.24%-
HSV(B)310.59º35.12%94.9%-
XYZ62.5448.5478.75-
YUV190.4148.66164.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 157 (61.72% from 255) = 25.08%
BLUE value IS 227 (89.06% from 255) = 36.26%
R=38.66%
G=25.08%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215722700.350.060.05310.5976.5878.24
HexF29DE3023651374d4e
Octal36223534304365467115116
Binary111100101001110111100011010001111010110011011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DE3; }

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

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

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

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

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

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

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

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