#F29EF0

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

Shades of Lavender Rose #F29EF0

Tints of Lavender Rose #F29EF0

Color information

#F29EF0 (or 0xF29EF0) is unknown color: approx Lavender Rose. HEX triplet: F2, 9E and F0. RGB value is (242,158,240). Sum of RGB (Red+Green+Blue) = 242+158+240=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 158 (62.11% from 255 or 24.69% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EF0 is #0D610F. Grayscale: #C0C0C0. Windows color (decimal): -876816 or 15769330. OLE color: 15769330.

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

Color convert

RGB242158240-
CMYK00.350.010.05
HSL301.43º76.36%78.43%-
HSV(B)301.43º34.71%94.9%-
XYZ64.5749.6288.61-
YUV192.46154.83163.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 158 (62.11% from 255) = 24.69%
BLUE value IS 240 (94.14% from 255) = 37.5%
R=37.81%
G=24.69%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215824000.350.010.05301.4376.3678.43
HexF29EF00231512d4c4e
Octal36223636004315455114116
Binary1111001010011110111100000100011110110010110110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EF0; }

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

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

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

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

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

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

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

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