#F0C3FB

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

Shades of Mauve #F0C3FB

Tints of Mauve #F0C3FB

Color information

#F0C3FB (or 0xF0C3FB) is unknown color: approx Mauve. HEX triplet: F0, C3 and FB. RGB value is (240,195,251). Sum of RGB (Red+Green+Blue) = 240+195+251=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0C3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C3FB is #0F3C04. Grayscale: #D6D6D6. Windows color (decimal): -998405 or 16499696. OLE color: 16499696.

HSL color Cylindrical-coordinate representation of color #F0C3FB: hue angle of 288.21º 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 #F0C3FB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240195251-
CMYK0.040.2200.02
HSL288.21º87.5%87.45%-
HSV(B)288.21º22.31%98.43%-
XYZ72.8664.5299.88-
YUV214.84148.41145.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 195 (76.56% from 255) = 28.43%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=34.99%
G=28.43%
B=36.59%

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
Decimal2401952510.040.2200.02288.2187.587.45
HexF0C3FB416021205857
Octal36030337342602440130127
Binary1111000011000011111110111001011001010010000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C3FB; }

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

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

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

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

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

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

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

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