#F2B0CB

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

Shades of Lavender Pink #F2B0CB

Tints of Lavender Pink #F2B0CB

Color information

#F2B0CB (or 0xF2B0CB) is unknown color: approx Lavender Pink. HEX triplet: F2, B0 and CB. RGB value is (242,176,203). Sum of RGB (Red+Green+Blue) = 242+176+203=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0CB is #0D4F34. Grayscale: #C6C6C6. Windows color (decimal): -872245 or 13349106. OLE color: 13349106.

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

Color convert

RGB242176203-
CMYK00.270.160.05
HSL335.45º71.74%81.96%-
HSV(B)335.45º27.27%94.9%-
XYZ62.9254.2463.65-
YUV198.81130.37158.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=38.97%
G=28.34%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217620300.270.160.05335.4571.7481.96
HexF2B0CB01B10514f4852
Octal362260313033205517110122
Binary1111001010110000110010110110111000010110100111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0CB; }

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

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

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

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

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

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

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

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