#F697ED

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

Shades of Lavender Rose #F697ED

Tints of Lavender Rose #F697ED

Color information

#F697ED (or 0xF697ED) is unknown color: approx Lavender Rose. HEX triplet: F6, 97 and ED. RGB value is (246,151,237). Sum of RGB (Red+Green+Blue) = 246+151+237=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F697ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F697ED is #096812. Grayscale: #BCBCBC. Windows color (decimal): -616467 or 15570934. OLE color: 15570934.

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

Color convert

RGB246151237-
CMYK00.390.040.04
HSL305.68º84.07%77.84%-
HSV(B)305.68º38.62%96.47%-
XYZ64.3647.8485.96-
YUV189.21154.97168.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 151 (59.38% from 255) = 23.82%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=38.80%
G=23.82%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615123700.390.040.04305.6884.0777.84
HexF697ED02744132544e
Octal36622735504744462124116
Binary111101101001011111101101010011110010010011001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F697ED; }

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

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

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

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

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

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

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

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