#f696e3

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

Shades of Lavender Rose #F696E3

Tints of Lavender Rose #F696E3

Color information

#F696E3 (or 0xF696E3) is unknown color: approx Lavender Rose. HEX triplet: F6, 96 and E3. RGB value is (246,150,227). Sum of RGB (Red+Green+Blue) = 246+150+227=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F696E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696E3 is #09691C. Grayscale: #BBBBBB. Windows color (decimal): -616733 or 14915318. OLE color: 14915318.

HSL color Cylindrical-coordinate representation of color #F696E3: hue angle of 311.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696E3 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB246150227-
CMYK00.390.080.04
HSL311.88º84.21%77.65%-
HSV(B)311.88º39.02%96.47%-
XYZ62.7846.9578.43-
YUV187.48150.3169.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 150 (58.98% from 255) = 24.08%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=39.49%
G=24.08%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615022700.390.080.04311.8884.2177.65
HexF696E302784138544e
Octal366226343047104470124116
Binary1111011010010110111000110100111100010010011100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f696e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f696e3; }

 p { color: rgb(246,150,227); }

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

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

 a { background-color: rgb(246,150,227); }

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

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

 span { border-color: rgb(246,150,227); }

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