Html Css Color HEX #F696DF Lavender Rose

📋 copy color: '#F696DF'

red 246 ◦ green 150 ◦ blue 223

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

Shades of Lavender Rose #F696DF

Tints of Lavender Rose #F696DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.23%

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 39.74%
G = 24.23%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F696DF (or 0xF696DF) is known color: Lavender Rose. HEX triplet: F6, 96 and DF. RGB value is (246,150,223). Sum of RGB (Red+Green+Blue) = 246+150+223=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F696DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696DF is #096920. Grayscale: #BABABA. Windows color (decimal): -616737 or 14653174. OLE color: 14653174.

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

Color convert

RGB 246 150 223 -
CMYK 0 0.39 0.09 0.04
HSL 314.38º 0.84% 0.78% -
HSV(B) 314.38º 0.39% 0.96% -
XYZ 62.23 46.73 75.55 -
YUV 187.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 246 150 223 0 0.39 0.09 0.04 314.38 0.84 0.78
Hex F6 96 DF 0 27 9 4 13A 54 4E
Octal 366 226 337 0 47 11 4 472 124 116
Binary 11110110 10010110 11011111 0 100111 1001 100 100111010 1010100 1001110

Color Harmonies of #F696DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696DF

Black with #F696DF

Text Example


Text Example

White with #F696DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696DF; }

 p { color: rgb(246,150,223); }

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

background-color css

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

 a { background-color: rgb(246,150,223); }

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

border-color css

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

 span { border-color: rgb(246,150,223); }

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