Html Css Color HEX #F7B0D9 Lavender Pink

📋 copy color: '#F7B0D9'

red 247 ◦ green 176 ◦ blue 217

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

Shades of Lavender Pink #F7B0D9

Tints of Lavender Pink #F7B0D9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.5%

 BLUE value IS 217 (85.16% from 255) = 33.91%

R = 38.59%
G = 27.5%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F7B0D9 (or 0xF7B0D9) is known color: Lavender Pink. HEX triplet: F7, B0 and D9. RGB value is (247,176,217). Sum of RGB (Red+Green+Blue) = 247+176+217=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0D9 is #084F26. Grayscale: #C9C9C9. Windows color (decimal): -544551 or 14266615. OLE color: 14266615.

HSL color Cylindrical-coordinate representation of color #F7B0D9: hue angle of 325.35º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0D9 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 217 -
CMYK 0 0.29 0.12 0.03
HSL 325.35º 0.82% 0.83% -
HSV(B) 325.35º 0.29% 0.97% -
XYZ 66.41 55.83 72.92 -
YUV 201.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 247 176 217 0 0.29 0.12 0.03 325.35 0.82 0.83
Hex F7 B0 D9 0 1D C 3 145 52 53
Octal 367 260 331 0 35 14 3 505 122 123
Binary 11110111 10110000 11011001 0 11101 1100 11 101000101 1010010 1010011

Color Harmonies of #F7B0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0D9

Black with #F7B0D9

Text Example


Text Example

White with #F7B0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0D9; }

 p { color: rgb(247,176,217); }

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

background-color css

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

 a { background-color: rgb(247,176,217); }

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

border-color css

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

 span { border-color: rgb(247,176,217); }

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