Html Css Color HEX #F6B0DD Lavender Pink

📋 copy color: '#F6B0DD'

red 246 ◦ green 176 ◦ blue 221

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

Shades of Lavender Pink #F6B0DD

Tints of Lavender Pink #F6B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 38.26%
G = 27.37%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6B0DD (or 0xF6B0DD) is known color: Lavender Pink. HEX triplet: F6, B0 and DD. RGB value is (246,176,221). Sum of RGB (Red+Green+Blue) = 246+176+221=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0DD is #094F22. Grayscale: #C9C9C9. Windows color (decimal): -610083 or 14528758. OLE color: 14528758.

HSL color Cylindrical-coordinate representation of color #F6B0DD: hue angle of 321.43º 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 #F6B0DD is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 176 221 -
CMYK 0 0.28 0.10 0.04
HSL 321.43º 0.8% 0.83% -
HSV(B) 321.43º 0.28% 0.96% -
XYZ 66.58 55.86 75.68 -
YUV 202.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 246 176 221 0 0.28 0.10 0.04 321.43 0.8 0.83
Hex F6 B0 DD 0 1C A 4 141 50 53
Octal 366 260 335 0 34 12 4 501 120 123
Binary 11110110 10110000 11011101 0 11100 1010 100 101000001 1010000 1010011

Color Harmonies of #F6B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B0DD

Black with #F6B0DD

Text Example


Text Example

White with #F6B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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