#F1B0CE

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

Shades of Lavender Pink #F1B0CE

Tints of Lavender Pink #F1B0CE

Color information

#F1B0CE (or 0xF1B0CE) is unknown color: approx Lavender Pink. HEX triplet: F1, B0 and CE. RGB value is (241,176,206). Sum of RGB (Red+Green+Blue) = 241+176+206=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0CE is #0E4F31. Grayscale: #C6C6C6. Windows color (decimal): -937778 or 13545713. OLE color: 13545713.

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

Color convert

RGB241176206-
CMYK00.270.150.05
HSL332.31º69.89%81.76%-
HSV(B)332.31º26.97%94.51%-
XYZ62.9454.2165.54-
YUV198.86132.03158.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 176 (69.14% from 255) = 28.25%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=38.68%
G=28.25%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117620600.270.150.05332.3169.8981.76
HexF1B0CE01BF514c4652
Octal361260316033175514106122
Binary111100011011000011001110011011111110110100110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0CE; }

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

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

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

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

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

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

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

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