#F29EE7

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

Shades of Lavender Rose #F29EE7

Tints of Lavender Rose #F29EE7

Color information

#F29EE7 (or 0xF29EE7) is unknown color: approx Lavender Rose. HEX triplet: F2, 9E and E7. RGB value is (242,158,231). Sum of RGB (Red+Green+Blue) = 242+158+231=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EE7 is #0D6118. Grayscale: #BFBFBF. Windows color (decimal): -876825 or 15179506. OLE color: 15179506.

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

Color convert

RGB242158231-
CMYK00.350.050.05
HSL307.86º76.36%78.43%-
HSV(B)307.86º34.71%94.9%-
XYZ63.2749.181.74-
YUV191.44150.33164.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 158 (62.11% from 255) = 25.04%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=38.35%
G=25.04%
B=36.61%

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
Decimal24215823100.350.050.05307.8676.3678.43
HexF29EE7023551344c4e
Octal36223634704355464114116
Binary111100101001111011100111010001110110110011010010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EE7; }

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

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

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

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

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

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

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

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