#F2B5DC

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

Shades of Lavender Pink #F2B5DC

Tints of Lavender Pink #F2B5DC

Color information

#F2B5DC (or 0xF2B5DC) is unknown color: approx Lavender Pink. HEX triplet: F2, B5 and DC. RGB value is (242,181,220). Sum of RGB (Red+Green+Blue) = 242+181+220=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5DC is #0D4A23. Grayscale: #CBCBCB. Windows color (decimal): -870948 or 14464498. OLE color: 14464498.

HSL color Cylindrical-coordinate representation of color #F2B5DC: hue angle of 321.64º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5DC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242181220-
CMYK00.250.090.05
HSL321.64º70.11%82.94%-
HSV(B)321.64º25.21%94.9%-
XYZ66.0657.0975.25-
YUV203.69137.21155.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=37.64%
G=28.15%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218122000.250.090.05321.6470.1182.94
HexF2B5DC019951424653
Octal362265334031115502106123
Binary111100101011010111011100011001100110110100001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5DC; }

 p { color: rgb(242,181,220); }

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

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

 a { background-color: rgb(242,181,220); }

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

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

 span { border-color: rgb(242,181,220); }

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