#F29ED0

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

Shades of Lavender Pink #F29ED0

Tints of Lavender Pink #F29ED0

Color information

#F29ED0 (or 0xF29ED0) is unknown color: approx Lavender Pink. HEX triplet: F2, 9E and D0. RGB value is (242,158,208). Sum of RGB (Red+Green+Blue) = 242+158+208=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ED0 is #0D612F. Grayscale: #BCBCBC. Windows color (decimal): -876848 or 13672178. OLE color: 13672178.

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

Color convert

RGB242158208-
CMYK00.350.140.05
HSL324.29º76.36%78.43%-
HSV(B)324.29º34.71%94.9%-
XYZ60.2347.8965.74-
YUV188.82138.83165.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 208 (81.64% from 255) = 34.21%
R=39.80%
G=25.99%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215820800.350.140.05324.2976.3678.43
HexF29ED0023E51444c4e
Octal362236320043165504114116
Binary1111001010011110110100000100011111010110100010010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29ED0; }

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

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

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

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

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

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

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

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