Html Css Color HEX #F6B0DC Lavender Pink

📋 copy color: '#F6B0DC'

red 246 ◦ green 176 ◦ blue 220

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

Shades of Lavender Pink #F6B0DC

Tints of Lavender Pink #F6B0DC

RGB

 RED value IS 246 (96.48% from 255) = 38.32%

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

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

R = 38.32%
G = 27.41%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6B0DC (or 0xF6B0DC) is known color: Lavender Pink. HEX triplet: F6, B0 and DC. RGB value is (246,176,220). Sum of RGB (Red+Green+Blue) = 246+176+220=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0DC is #094F23. Grayscale: #C9C9C9. Windows color (decimal): -610084 or 14463222. OLE color: 14463222.

HSL color Cylindrical-coordinate representation of color #F6B0DC: hue angle of 322.29º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B0DC is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 176 220 -
CMYK 0 0.28 0.11 0.04
HSL 322.29º 0.8% 0.83% -
HSV(B) 322.29º 0.28% 0.96% -
XYZ 66.45 55.81 74.98 -
YUV 201.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 246 176 220 0 0.28 0.11 0.04 322.29 0.8 0.83
Hex F6 B0 DC 0 1C B 4 142 50 53
Octal 366 260 334 0 34 13 4 502 120 123
Binary 11110110 10110000 11011100 0 11100 1011 100 101000010 1010000 1010011

Color Harmonies of #F6B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B0DC

Black with #F6B0DC

Text Example


Text Example

White with #F6B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B0DC; }

 p { color: rgb(246,176,220); }

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

background-color css

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

 a { background-color: rgb(246,176,220); }

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

border-color css

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

 span { border-color: rgb(246,176,220); }

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