#F29ED2

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

Shades of Lavender Rose #F29ED2

Tints of Lavender Rose #F29ED2

Color information

#F29ED2 (or 0xF29ED2) is unknown color: approx Lavender Rose. HEX triplet: F2, 9E and D2. RGB value is (242,158,210). Sum of RGB (Red+Green+Blue) = 242+158+210=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ED2 is #0D612D. Grayscale: #BCBCBC. Windows color (decimal): -876846 or 13803250. OLE color: 13803250.

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

Color convert

RGB242158210-
CMYK00.350.130.05
HSL322.86º76.36%78.43%-
HSV(B)322.86º34.71%94.9%-
XYZ60.4847.9867.05-
YUV189.04139.83165.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 210 (82.42% from 255) = 34.43%
R=39.67%
G=25.90%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215821000.350.130.05322.8676.3678.43
HexF29ED2023D51434c4e
Octal362236322043155503114116
Binary1111001010011110110100100100011110110110100001110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29ED2; }

 p { color: rgb(242,158,210); }

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

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

 a { background-color: rgb(242,158,210); }

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

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

 span { border-color: rgb(242,158,210); }

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