#F296D5

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

Shades of Lavender Rose #F296D5

Tints of Lavender Rose #F296D5

Color information

#F296D5 (or 0xF296D5) is unknown color: approx Lavender Rose. HEX triplet: F2, 96 and D5. RGB value is (242,150,213). Sum of RGB (Red+Green+Blue) = 242+150+213=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F296D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296D5 is #0D692A. Grayscale: #B8B8B8. Windows color (decimal): -878891 or 13997810. OLE color: 13997810.

HSL color Cylindrical-coordinate representation of color #F296D5: hue angle of 318.91º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296D5 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242150213-
CMYK00.380.120.05
HSL318.91º77.97%76.86%-
HSV(B)318.91º38.02%94.9%-
XYZ59.5345.4968.59-
YUV184.69143.98168.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 24.79%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=40%
G=24.79%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215021300.380.120.05318.9177.9776.86
HexF296D5026C513f4e4d
Octal362226325046145477116115
Binary1111001010010110110101010100110110010110011111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296D5; }

 p { color: rgb(242,150,213); }

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

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

 a { background-color: rgb(242,150,213); }

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

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

 span { border-color: rgb(242,150,213); }

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