#F29ED7

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

Shades of Lavender Rose #F29ED7

Tints of Lavender Rose #F29ED7

Color information

#F29ED7 (or 0xF29ED7) is unknown color: approx Lavender Rose. HEX triplet: F2, 9E and D7. RGB value is (242,158,215). Sum of RGB (Red+Green+Blue) = 242+158+215=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ED7 is #0D6128. Grayscale: #BDBDBD. Windows color (decimal): -876841 or 14130930. OLE color: 14130930.

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

Color convert

RGB242158215-
CMYK00.350.110.05
HSL319.29º76.36%78.43%-
HSV(B)319.29º34.71%94.9%-
XYZ61.1148.2470.38-
YUV189.61142.33165.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=39.35%
G=25.69%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215821500.350.110.05319.2976.3678.43
HexF29ED7023B513f4c4e
Octal362236327043135477114116
Binary1111001010011110110101110100011101110110011111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29ED7; }

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

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

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

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

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

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

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

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