#F2B0D4

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

Shades of Lavender Pink #F2B0D4

Tints of Lavender Pink #F2B0D4

Color information

#F2B0D4 (or 0xF2B0D4) is unknown color: approx Lavender Pink. HEX triplet: F2, B0 and D4. RGB value is (242,176,212). Sum of RGB (Red+Green+Blue) = 242+176+212=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0D4 is #0D4F2B. Grayscale: #C7C7C7. Windows color (decimal): -872236 or 13938930. OLE color: 13938930.

HSL color Cylindrical-coordinate representation of color #F2B0D4: hue angle of 327.27º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B0D4 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242176212-
CMYK00.270.120.05
HSL327.27º71.74%81.96%-
HSV(B)327.27º27.27%94.9%-
XYZ64.0354.6869.47-
YUV199.84134.87158.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 212 (83.20% from 255) = 33.65%
R=38.41%
G=27.94%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217621200.270.120.05327.2771.7481.96
HexF2B0D401BC51474852
Octal362260324033145507110122
Binary111100101011000011010100011011110010110100011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0D4; }

 p { color: rgb(242,176,212); }

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

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

 a { background-color: rgb(242,176,212); }

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

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

 span { border-color: rgb(242,176,212); }

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