Html Css Color HEX #F697ED Lavender Rose

📋 copy color: '#F697ED'

red 246 ◦ green 151 ◦ blue 237

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

Shades of Lavender Rose #F697ED

Tints of Lavender Rose #F697ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 38.8%
G = 23.82%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F697ED (or 0xF697ED) is known color: 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

RGB 246 151 237 -
CMYK 0 0.39 0.04 0.04
HSL 305.68º 0.84% 0.78% -
HSV(B) 305.68º 0.39% 0.96% -
XYZ 64.36 47.84 85.96 -
YUV 189.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 246 151 237 0 0.39 0.04 0.04 305.68 0.84 0.78
Hex F6 97 ED 0 27 4 4 132 54 4E
Octal 366 227 355 0 47 4 4 462 124 116
Binary 11110110 10010111 11101101 0 100111 100 100 100110010 1010100 1001110

Color Harmonies of #F697ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F697ED

Black with #F697ED

Text Example


Text Example

White with #F697ED

Text Example


Text Example

HTML Codes & Css Web 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>