#F1B0FC

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

Shades of Mauve #F1B0FC

Tints of Mauve #F1B0FC

Color information

#F1B0FC (or 0xF1B0FC) is unknown color: approx Mauve. HEX triplet: F1, B0 and FC. RGB value is (241,176,252). Sum of RGB (Red+Green+Blue) = 241+176+252=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1B0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0FC is #0E4F03. Grayscale: #CBCBCB. Windows color (decimal): -937732 or 16560369. OLE color: 16560369.

HSL color Cylindrical-coordinate representation of color #F1B0FC: hue angle of 291.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1B0FC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241176252-
CMYK0.040.3000.01
HSL291.32º92.68%83.92%-
HSV(B)291.32º30.16%98.82%-
XYZ69.3756.7899.4-
YUV204.1155.03154.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 176 (69.14% from 255) = 26.31%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=36.02%
G=26.31%
B=37.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411762520.040.3000.01291.3292.6883.92
HexF1B0FC41E011235d54
Octal36126037443601443135124
Binary111100011011000011111100100111100110010001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0FC; }

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

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

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

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

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

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

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

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