Html Css Color HEX #F0B6DC Lavender Pink

📋 copy color: '#F0B6DC'

red 240 ◦ green 182 ◦ blue 220

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

Shades of Lavender Pink #F0B6DC

Tints of Lavender Pink #F0B6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.35%

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

R = 37.38%
G = 28.35%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0B6DC (or 0xF0B6DC) is known color: Lavender Pink. HEX triplet: F0, B6 and DC. RGB value is (240,182,220). Sum of RGB (Red+Green+Blue) = 240+182+220=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6DC is #0F4923. Grayscale: #CBCBCB. Windows color (decimal): -1001764 or 14464752. OLE color: 14464752.

HSL color Cylindrical-coordinate representation of color #F0B6DC: hue angle of 320.69º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6DC is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 182 220 -
CMYK 0 0.24 0.08 0.06
HSL 320.69º 0.66% 0.83% -
HSV(B) 320.69º 0.24% 0.94% -
XYZ 65.58 57.15 75.28 -
YUV 203.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 240 182 220 0 0.24 0.08 0.06 320.69 0.66 0.83
Hex F0 B6 DC 0 18 8 6 141 42 53
Octal 360 266 334 0 30 10 6 501 102 123
Binary 11110000 10110110 11011100 0 11000 1000 110 101000001 1000010 1010011

Color Harmonies of #F0B6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B6DC

Black with #F0B6DC

Text Example


Text Example

White with #F0B6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B6DC; }

 p { color: rgb(240,182,220); }

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

background-color css

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

 a { background-color: rgb(240,182,220); }

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

border-color css

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

 span { border-color: rgb(240,182,220); }

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