Html Css Color HEX #F7B0DB Lavender Pink

📋 copy color: '#F7B0DB'

red 247 ◦ green 176 ◦ blue 219

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

Shades of Lavender Pink #F7B0DB

Tints of Lavender Pink #F7B0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 38.47%
G = 27.41%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7B0DB (or 0xF7B0DB) is known color: Lavender Pink. HEX triplet: F7, B0 and DB. RGB value is (247,176,219). Sum of RGB (Red+Green+Blue) = 247+176+219=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0DB is #084F24. Grayscale: #CACACA. Windows color (decimal): -544549 or 14397687. OLE color: 14397687.

HSL color Cylindrical-coordinate representation of color #F7B0DB: hue angle of 323.66º 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 #F7B0DB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 219 -
CMYK 0 0.29 0.11 0.03
HSL 323.66º 0.82% 0.83% -
HSV(B) 323.66º 0.29% 0.97% -
XYZ 66.67 55.94 74.3 -
YUV 202.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 247 176 219 0 0.29 0.11 0.03 323.66 0.82 0.83
Hex F7 B0 DB 0 1D B 3 144 52 53
Octal 367 260 333 0 35 13 3 504 122 123
Binary 11110111 10110000 11011011 0 11101 1011 11 101000100 1010010 1010011

Color Harmonies of #F7B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0DB

Black with #F7B0DB

Text Example


Text Example

White with #F7B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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