Html Css Color HEX #F79ED2 Lavender Pink

📋 copy color: '#F79ED2'

red 247 ◦ green 158 ◦ blue 210

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

Shades of Lavender Pink #F79ED2

Tints of Lavender Pink #F79ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 40.16%
G = 25.69%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F79ED2 (or 0xF79ED2) is known color: Lavender Pink. HEX triplet: F7, 9E and D2. RGB value is (247,158,210). Sum of RGB (Red+Green+Blue) = 247+158+210=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F79ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79ED2 is #08612D. Grayscale: #BEBEBE. Windows color (decimal): -549166 or 13803255. OLE color: 13803255.

HSL color Cylindrical-coordinate representation of color #F79ED2: hue angle of 324.94º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79ED2 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 158 210 -
CMYK 0 0.36 0.15 0.03
HSL 324.94º 0.85% 0.79% -
HSV(B) 324.94º 0.36% 0.97% -
XYZ 62.22 48.88 67.13 -
YUV 190.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 247 158 210 0 0.36 0.15 0.03 324.94 0.85 0.79
Hex F7 9E D2 0 24 F 3 145 55 4F
Octal 367 236 322 0 44 17 3 505 125 117
Binary 11110111 10011110 11010010 0 100100 1111 11 101000101 1010101 1001111

Color Harmonies of #F79ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79ED2

Black with #F79ED2

Text Example


Text Example

White with #F79ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79ED2; }

 p { color: rgb(247,158,210); }

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

background-color css

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

 a { background-color: rgb(247,158,210); }

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

border-color css

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

 span { border-color: rgb(247,158,210); }

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