#F29DE6

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

Shades of Lavender Rose #F29DE6

Tints of Lavender Rose #F29DE6

Color information

#F29DE6 (or 0xF29DE6) is unknown color: approx Lavender Rose. HEX triplet: F2, 9D and E6. RGB value is (242,157,230). Sum of RGB (Red+Green+Blue) = 242+157+230=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29DE6 is #0D6219. Grayscale: #BEBEBE. Windows color (decimal): -877082 or 15113714. OLE color: 15113714.

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

Color convert

RGB242157230-
CMYK00.350.050.05
HSL308.47º76.58%78.24%-
HSV(B)308.47º35.12%94.9%-
XYZ62.9648.780.95-
YUV190.74150.16164.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 230 (90.23% from 255) = 36.57%
R=38.47%
G=24.96%
B=36.57%

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
Decimal24215723000.350.050.05308.4776.5878.24
HexF29DE6023551344d4e
Octal36223534604355464115116
Binary111100101001110111100110010001110110110011010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DE6; }

 p { color: rgb(242,157,230); }

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

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

 a { background-color: rgb(242,157,230); }

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

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

 span { border-color: rgb(242,157,230); }

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