#F0BBF7

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

Shades of Mauve #F0BBF7

Tints of Mauve #F0BBF7

Color information

#F0BBF7 (or 0xF0BBF7) is unknown color: approx Mauve. HEX triplet: F0, BB and F7. RGB value is (240,187,247). Sum of RGB (Red+Green+Blue) = 240+187+247=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 187 (73.44% from 255 or 27.74% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0BBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBF7 is #0F4408. Grayscale: #D1D1D1. Windows color (decimal): -1000457 or 16235504. OLE color: 16235504.

HSL color Cylindrical-coordinate representation of color #F0BBF7: hue angle of 293º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0BBF7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240187247-
CMYK0.030.2400.03
HSL293º78.95%85.1%-
HSV(B)293º24.29%96.86%-
XYZ70.4960.7896.01-
YUV209.69149.06149.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.61%
GREEN value IS 187 (73.44% from 255) = 27.74%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=35.61%
G=27.74%
B=36.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2401872470.030.2400.0329378.9585.1
HexF0BBF7318031254f55
Octal36027336733003445117125
Binary111100001011101111110111111100001110010010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBF7; }

 p { color: rgb(240,187,247); }

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

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

 a { background-color: rgb(240,187,247); }

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

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

 span { border-color: rgb(240,187,247); }

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