#F29EDF

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

Shades of Lavender Rose #F29EDF

Tints of Lavender Rose #F29EDF

Color information

#F29EDF (or 0xF29EDF) is unknown color: approx Lavender Rose. HEX triplet: F2, 9E and DF. RGB value is (242,158,223). Sum of RGB (Red+Green+Blue) = 242+158+223=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EDF is #0D6120. Grayscale: #BEBEBE. Windows color (decimal): -876833 or 14655218. OLE color: 14655218.

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

Color convert

RGB242158223-
CMYK00.350.080.05
HSL313.57º76.36%78.43%-
HSV(B)313.57º34.71%94.9%-
XYZ62.1648.6675.93-
YUV190.53146.33164.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 158 (62.11% from 255) = 25.36%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=38.84%
G=25.36%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215822300.350.080.05313.5776.3678.43
HexF29EDF0238513a4c4e
Octal362236337043105472114116
Binary1111001010011110110111110100011100010110011101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EDF; }

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

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

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

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

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

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

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

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