#F1B0CB

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

Shades of Lavender Pink #F1B0CB

Tints of Lavender Pink #F1B0CB

Color information

#F1B0CB (or 0xF1B0CB) is unknown color: approx Lavender Pink. HEX triplet: F1, B0 and CB. RGB value is (241,176,203). Sum of RGB (Red+Green+Blue) = 241+176+203=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0CB is #0E4F34. Grayscale: #C6C6C6. Windows color (decimal): -937781 or 13349105. OLE color: 13349105.

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

Color convert

RGB241176203-
CMYK00.270.160.05
HSL335.08º69.89%81.76%-
HSV(B)335.08º26.97%94.51%-
XYZ62.5854.0663.64-
YUV198.51130.53158.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=38.87%
G=28.39%
B=32.74%

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
Decimal24117620300.270.160.05335.0869.8981.76
HexF1B0CB01B10514f4652
Octal361260313033205517106122
Binary1111000110110000110010110110111000010110100111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0CB; }

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

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

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

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

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

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

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

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