#F296DF

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

Shades of Lavender Rose #F296DF

Tints of Lavender Rose #F296DF

Color information

#F296DF (or 0xF296DF) is unknown color: approx Lavender Rose. HEX triplet: F2, 96 and DF. RGB value is (242,150,223). Sum of RGB (Red+Green+Blue) = 242+150+223=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F296DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296DF is #0D6920. Grayscale: #B9B9B9. Windows color (decimal): -878881 or 14653170. OLE color: 14653170.

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

Color convert

RGB242150223-
CMYK00.380.080.05
HSL312.39º77.97%76.86%-
HSV(B)312.39º38.02%94.9%-
XYZ60.8446.0275.49-
YUV185.83148.98168.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=39.35%
G=24.39%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215022300.380.080.05312.3977.9776.86
HexF296DF026851384e4d
Octal362226337046105470116115
Binary1111001010010110110111110100110100010110011100010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296DF; }

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

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

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

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

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

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

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

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