#F1C3FB

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

Shades of Mauve #F1C3FB

Tints of Mauve #F1C3FB

Color information

#F1C3FB (or 0xF1C3FB) is unknown color: approx Mauve. HEX triplet: F1, C3 and FB. RGB value is (241,195,251). Sum of RGB (Red+Green+Blue) = 241+195+251=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 195 (76.56% from 255 or 28.38% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1C3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3FB is #0E3C04. Grayscale: #D6D6D6. Windows color (decimal): -932869 or 16499697. OLE color: 16499697.

HSL color Cylindrical-coordinate representation of color #F1C3FB: hue angle of 289.29º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C3FB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241195251-
CMYK0.040.2200.02
HSL289.29º87.5%87.45%-
HSV(B)289.29º22.31%98.43%-
XYZ73.264.799.9-
YUV215.14148.24146.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 195 (76.56% from 255) = 28.38%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=35.08%
G=28.38%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411952510.040.2200.02289.2987.587.45
HexF1C3FB416021215857
Octal36130337342602441130127
Binary1111000111000011111110111001011001010010000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3FB; }

 p { color: rgb(241,195,251); }

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

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

 a { background-color: rgb(241,195,251); }

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

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

 span { border-color: rgb(241,195,251); }

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