#F697E8

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

Shades of Lavender Rose #F697E8

Tints of Lavender Rose #F697E8

Color information

#F697E8 (or 0xF697E8) is unknown color: approx Lavender Rose. HEX triplet: F6, 97 and E8. RGB value is (246,151,232). Sum of RGB (Red+Green+Blue) = 246+151+232=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F697E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F697E8 is #096817. Grayscale: #BCBCBC. Windows color (decimal): -616472 or 15243254. OLE color: 15243254.

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

Color convert

RGB246151232-
CMYK00.390.060.04
HSL308.84º84.07%77.84%-
HSV(B)308.84º38.62%96.47%-
XYZ63.6447.5582.17-
YUV188.64152.47168.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 151 (59.38% from 255) = 24.01%
BLUE value IS 232 (91.02% from 255) = 36.88%
R=39.11%
G=24.01%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615123200.390.060.04308.8484.0777.84
HexF697E802764135544e
Octal36622735004764465124116
Binary111101101001011111101000010011111010010011010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F697E8; }

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

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

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

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

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

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

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

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