#F2B9D8

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

Shades of Lavender Pink #F2B9D8

Tints of Lavender Pink #F2B9D8

Color information

#F2B9D8 (or 0xF2B9D8) is unknown color: approx Lavender Pink. HEX triplet: F2, B9 and D8. RGB value is (242,185,216). Sum of RGB (Red+Green+Blue) = 242+185+216=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9D8 is #0D4627. Grayscale: #CDCDCD. Windows color (decimal): -869928 or 14203378. OLE color: 14203378.

HSL color Cylindrical-coordinate representation of color #F2B9D8: hue angle of 327.37º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9D8 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242185216-
CMYK00.240.110.05
HSL327.37º68.67%83.73%-
HSV(B)327.37º23.55%94.9%-
XYZ66.3658.5372.77-
YUV205.58133.88153.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=37.64%
G=28.77%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218521600.240.110.05327.3768.6783.73
HexF2B9D8018B51474554
Octal362271330030135507105124
Binary111100101011100111011000011000101110110100011110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9D8; }

 p { color: rgb(242,185,216); }

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

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

 a { background-color: rgb(242,185,216); }

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

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

 span { border-color: rgb(242,185,216); }

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