#F2B6CF

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

Shades of Lavender Pink #F2B6CF

Tints of Lavender Pink #F2B6CF

Color information

#F2B6CF (or 0xF2B6CF) is unknown color: approx Lavender Pink. HEX triplet: F2, B6 and CF. RGB value is (242,182,207). Sum of RGB (Red+Green+Blue) = 242+182+207=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6CF is #0D4930. Grayscale: #CACACA. Windows color (decimal): -870705 or 13612786. OLE color: 13612786.

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

Color convert

RGB242182207-
CMYK00.250.140.05
HSL335º69.77%83.14%-
HSV(B)335º24.79%94.9%-
XYZ64.6156.8466.6-
YUV202.79130.38155.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 182 (71.48% from 255) = 28.84%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=38.35%
G=28.84%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218220700.250.140.0533569.7783.14
HexF2B6CF019E514f4653
Octal362266317031165517106123
Binary111100101011011011001111011001111010110100111110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6CF; }

 p { color: rgb(242,182,207); }

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

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

 a { background-color: rgb(242,182,207); }

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

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

 span { border-color: rgb(242,182,207); }

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