Html Css Color HEX #F697EF Lavender Rose

📋 copy color: '#F697EF'

red 246 ◦ green 151 ◦ blue 239

#F697EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F697EF

Tints of Lavender Rose #F697EF

RGB

 RED value IS 246 (96.48% from 255) = 38.68%

 GREEN value IS 151 (59.38% from 255) = 23.74%

 BLUE value IS 239 (93.75% from 255) = 37.58%

R = 38.68%
G = 23.74%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F697EF (or 0xF697EF) is known color: Lavender Rose. HEX triplet: F6, 97 and EF. RGB value is (246,151,239). Sum of RGB (Red+Green+Blue) = 246+151+239=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 151 (59.38% from 255 or 23.74% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F697EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F697EF is #096810. Grayscale: #BDBDBD. Windows color (decimal): -616465 or 15702006. OLE color: 15702006.

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

Color convert

RGB 246 151 239 -
CMYK 0 0.39 0.03 0.04
HSL 304.42º 0.84% 0.78% -
HSV(B) 304.42º 0.39% 0.96% -
XYZ 64.65 47.96 87.51 -
YUV 189.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 246 151 239 0 0.39 0.03 0.04 304.42 0.84 0.78
Hex F6 97 EF 0 27 3 4 130 54 4E
Octal 366 227 357 0 47 3 4 460 124 116
Binary 11110110 10010111 11101111 0 100111 11 100 100110000 1010100 1001110

Color Harmonies of #F697EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F697EF

Black with #F697EF

Text Example


Text Example

White with #F697EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F697EF; }

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

 H1.HeaderClassName
 {
   color: #F697EF;
 }
 .AnyTagClassName
 {
   color: #F697EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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