#F697EE

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

Shades of Lavender Rose #F697EE

Tints of Lavender Rose #F697EE

Color information

#F697EE (or 0xF697EE) is unknown color: approx Lavender Rose. HEX triplet: F6, 97 and EE. RGB value is (246,151,238). Sum of RGB (Red+Green+Blue) = 246+151+238=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 151 (59.38% from 255 or 23.78% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F697EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F697EE is #096811. Grayscale: #BDBDBD. Windows color (decimal): -616466 or 15636470. OLE color: 15636470.

HSL color Cylindrical-coordinate representation of color #F697EE: hue angle of 305.05º 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 #F697EE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246151238-
CMYK00.390.030.04
HSL305.05º84.07%77.84%-
HSV(B)305.05º38.62%96.47%-
XYZ64.5147.986.73-
YUV189.32155.47168.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.74%
GREEN value IS 151 (59.38% from 255) = 23.78%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=38.74%
G=23.78%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615123800.390.030.04305.0584.0777.84
HexF697EE02734131544e
Octal36622735604734461124116
Binary11110110100101111110111001001111110010011000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F697EE; }

 p { color: rgb(246,151,238); }

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

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

 a { background-color: rgb(246,151,238); }

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

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

 span { border-color: rgb(246,151,238); }

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