#F9B6DD

Color #F9B6DD Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F9B6DD

Tints of Lavender Pink #F9B6DD

Color information

#F9B6DD (or 0xF9B6DD) is unknown color: approx Lavender Pink. HEX triplet: F9, B6 and DD. RGB value is (249,182,221). Sum of RGB (Red+Green+Blue) = 249+182+221=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B6DD is #064922. Grayscale: #CECECE. Windows color (decimal): -411939 or 14530297. OLE color: 14530297.

HSL color Cylindrical-coordinate representation of color #F9B6DD: hue angle of 325.07º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B6DD is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249182221-
CMYK00.270.110.02
HSL325.07º84.81%84.51%-
HSV(B)325.07º26.91%97.65%-
XYZ68.8558.8276.13-
YUV206.48136.2158.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.19%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=38.19%
G=27.91%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918222100.270.110.02325.0784.8184.51
HexF9B6DD01BB21455555
Octal371266335033132505125125
Binary11111001101101101101110101101110111010100010110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B6DD; }

 p { color: rgb(249,182,221); }

 H1.HeaderClassName
 {
   color: #F9B6DD;
 }
 .AnyTagClassName
 {
   color: #F9B6DD;
 }
</style>
background-color css

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

 a { background-color: rgb(249,182,221); }

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

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

 span { border-color: rgb(249,182,221); }

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