Html Css Color HEX #F796DC Lavender Rose

📋 copy color: '#F796DC'

red 247 ◦ green 150 ◦ blue 220

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

Shades of Lavender Rose #F796DC

Tints of Lavender Rose #F796DC

RGB

 RED value IS 247 (96.88% from 255) = 40.03%

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

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 40.03%
G = 24.31%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F796DC (or 0xF796DC) is known color: Lavender Rose. HEX triplet: F7, 96 and DC. RGB value is (247,150,220). Sum of RGB (Red+Green+Blue) = 247+150+220=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F796DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796DC is #086923. Grayscale: #BABABA. Windows color (decimal): -551204 or 14456567. OLE color: 14456567.

HSL color Cylindrical-coordinate representation of color #F796DC: hue angle of 316.7º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796DC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 150 220 -
CMYK 0 0.39 0.11 0.03
HSL 316.7º 0.86% 0.78% -
HSV(B) 316.7º 0.39% 0.97% -
XYZ 62.18 46.75 73.46 -
YUV 186.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 247 150 220 0 0.39 0.11 0.03 316.7 0.86 0.78
Hex F7 96 DC 0 27 B 3 13D 56 4E
Octal 367 226 334 0 47 13 3 475 126 116
Binary 11110111 10010110 11011100 0 100111 1011 11 100111101 1010110 1001110

Color Harmonies of #F796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F796DC

Black with #F796DC

Text Example


Text Example

White with #F796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F796DC; }

 p { color: rgb(247,150,220); }

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

background-color css

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

 a { background-color: rgb(247,150,220); }

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

border-color css

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

 span { border-color: rgb(247,150,220); }

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