#F2B5DD

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

Shades of Lavender Pink #F2B5DD

Tints of Lavender Pink #F2B5DD

Color information

#F2B5DD (or 0xF2B5DD) is unknown color: approx Lavender Pink. HEX triplet: F2, B5 and DD. RGB value is (242,181,221). Sum of RGB (Red+Green+Blue) = 242+181+221=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5DD is #0D4A22. Grayscale: #CBCBCB. Windows color (decimal): -870947 or 14530034. OLE color: 14530034.

HSL color Cylindrical-coordinate representation of color #F2B5DD: hue angle of 320.66º 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 #F2B5DD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242181221-
CMYK00.250.090.05
HSL320.66º70.11%82.94%-
HSV(B)320.66º25.21%94.9%-
XYZ66.1957.1575.95-
YUV203.8137.71155.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 181 (71.09% from 255) = 28.11%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=37.58%
G=28.11%
B=34.32%

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
Decimal24218122100.250.090.05320.6670.1182.94
HexF2B5DD019951414653
Octal362265335031115501106123
Binary111100101011010111011101011001100110110100000110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5DD; }

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

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

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

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

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

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

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

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