#F2B4D1

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

Shades of Lavender Pink #F2B4D1

Tints of Lavender Pink #F2B4D1

Color information

#F2B4D1 (or 0xF2B4D1) is unknown color: approx Lavender Pink. HEX triplet: F2, B4 and D1. RGB value is (242,180,209). Sum of RGB (Red+Green+Blue) = 242+180+209=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4D1 is #0D4B2E. Grayscale: #C9C9C9. Windows color (decimal): -871215 or 13743346. OLE color: 13743346.

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

Color convert

RGB242180209-
CMYK00.260.140.05
HSL331.94º70.45%82.75%-
HSV(B)331.94º25.62%94.9%-
XYZ64.4556.1267.76-
YUV201.84132.04156.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 180 (70.70% from 255) = 28.53%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=38.35%
G=28.53%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218020900.260.140.05331.9470.4582.75
HexF2B4D101AE514c4653
Octal362264321032165514106123
Binary111100101011010011010001011010111010110100110010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4D1; }

 p { color: rgb(242,180,209); }

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

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

 a { background-color: rgb(242,180,209); }

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

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

 span { border-color: rgb(242,180,209); }

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