#F2B8FF

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

Shades of Mauve #F2B8FF

Tints of Mauve #F2B8FF

Color information

#F2B8FF (or 0xF2B8FF) is unknown color: approx Mauve. HEX triplet: F2, B8 and FF. RGB value is (242,184,255). Sum of RGB (Red+Green+Blue) = 242+184+255=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 184 (72.27% from 255 or 27.02% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B8FF is #0D4700. Grayscale: #D1D1D1. Windows color (decimal): -870145 or 16759026. OLE color: 16759026.

HSL color Cylindrical-coordinate representation of color #F2B8FF: hue angle of 289.01º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B8FF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242184255-
CMYK0.050.2800
HSL289.01º100%86.08%-
HSV(B)289.01º27.84%100%-
XYZ71.8160.38102.48-
YUV209.44153.72151.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 184 (72.27% from 255) = 27.02%
BLUE value IS 255 (100% from 255) = 37.44%
R=35.54%
G=27.02%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421842550.050.2800289.0110086.08
HexF2B8FF51C001216456
Octal36227037753400441144126
Binary111100101011100011111111101111000010010000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8FF; }

 p { color: rgb(242,184,255); }

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

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

 a { background-color: rgb(242,184,255); }

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

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

 span { border-color: rgb(242,184,255); }

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