Html Css Color HEX #F696DE Lavender Rose

📋 copy color: '#F696DE'

red 246 ◦ green 150 ◦ blue 222

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

Shades of Lavender Rose #F696DE

Tints of Lavender Rose #F696DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 39.81%
G = 24.27%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F696DE (or 0xF696DE) is known color: Lavender Rose. HEX triplet: F6, 96 and DE. RGB value is (246,150,222). Sum of RGB (Red+Green+Blue) = 246+150+222=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F696DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696DE is #096921. Grayscale: #BABABA. Windows color (decimal): -616738 or 14587638. OLE color: 14587638.

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

Color convert

RGB 246 150 222 -
CMYK 0 0.39 0.10 0.04
HSL 315º 0.84% 0.78% -
HSV(B) 315º 0.39% 0.96% -
XYZ 62.1 46.68 74.84 -
YUV 186.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 246 150 222 0 0.39 0.10 0.04 315 0.84 0.78
Hex F6 96 DE 0 27 A 4 13B 54 4E
Octal 366 226 336 0 47 12 4 473 124 116
Binary 11110110 10010110 11011110 0 100111 1010 100 100111011 1010100 1001110

Color Harmonies of #F696DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696DE

Black with #F696DE

Text Example


Text Example

White with #F696DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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