#F0B2FE

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

Shades of Mauve #F0B2FE

Tints of Mauve #F0B2FE

Color information

#F0B2FE (or 0xF0B2FE) is unknown color: approx Mauve. HEX triplet: F0, B2 and FE. RGB value is (240,178,254). Sum of RGB (Red+Green+Blue) = 240+178+254=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 178 (69.92% from 255 or 26.49% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2FE is #0F4D01. Grayscale: #CCCCCC. Windows color (decimal): -1002754 or 16691952. OLE color: 16691952.

HSL color Cylindrical-coordinate representation of color #F0B2FE: hue angle of 288.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B2FE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240178254-
CMYK0.060.3000.00
HSL288.95º97.44%84.71%-
HSV(B)288.95º29.92%99.61%-
XYZ69.7457.52101.19-
YUV205.2155.54152.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 178 (69.92% from 255) = 26.49%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=35.71%
G=26.49%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401782540.060.3000.00288.9597.4484.71
HexF0B2FE61E001216155
Octal36026237663600441141125
Binary111100001011001011111110110111100010010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2FE; }

 p { color: rgb(240,178,254); }

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

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

 a { background-color: rgb(240,178,254); }

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

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

 span { border-color: rgb(240,178,254); }

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