Html Css Color HEX #F0B0D1 Lavender Pink

📋 copy color: '#F0B0D1'

red 240 ◦ green 176 ◦ blue 209

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

Shades of Lavender Pink #F0B0D1

Tints of Lavender Pink #F0B0D1

RGB

 RED value IS 240 (94.14% from 255) = 38.4%

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

 BLUE value IS 209 (82.03% from 255) = 33.44%

R = 38.4%
G = 28.16%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F0B0D1 (or 0xF0B0D1) is known color: Lavender Pink. HEX triplet: F0, B0 and D1. RGB value is (240,176,209). Sum of RGB (Red+Green+Blue) = 240+176+209=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0D1 is #0F4F2E. Grayscale: #C6C6C6. Windows color (decimal): -1003311 or 13742320. OLE color: 13742320.

HSL color Cylindrical-coordinate representation of color #F0B0D1: hue angle of 329.06º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0D1 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 176 209 -
CMYK 0 0.27 0.13 0.06
HSL 329.06º 0.68% 0.82% -
HSV(B) 329.06º 0.27% 0.94% -
XYZ 62.97 54.18 67.46 -
YUV 198.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 240 176 209 0 0.27 0.13 0.06 329.06 0.68 0.82
Hex F0 B0 D1 0 1B D 6 149 44 52
Octal 360 260 321 0 33 15 6 511 104 122
Binary 11110000 10110000 11010001 0 11011 1101 110 101001001 1000100 1010010

Color Harmonies of #F0B0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0D1

Black with #F0B0D1

Text Example


Text Example

White with #F0B0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0D1; }

 p { color: rgb(240,176,209); }

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

background-color css

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

 a { background-color: rgb(240,176,209); }

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

border-color css

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

 span { border-color: rgb(240,176,209); }

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