#F8BEFD

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

Shades of Mauve #F8BEFD

Tints of Mauve #F8BEFD

Color information

#F8BEFD (or 0xF8BEFD) is unknown color: approx Mauve. HEX triplet: F8, BE and FD. RGB value is (248,190,253). Sum of RGB (Red+Green+Blue) = 248+190+253=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 190 (74.61% from 255 or 27.50% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEFD is #074102. Grayscale: #D6D6D6. Windows color (decimal): -475395 or 16629496. OLE color: 16629496.

HSL color Cylindrical-coordinate representation of color #F8BEFD: hue angle of 295.24º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BEFD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB248190253-
CMYK0.020.2500.01
HSL295.24º94.03%86.86%-
HSV(B)295.24º24.9%99.22%-
XYZ74.8563.88101.31-
YUV214.52149.72151.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.89%
GREEN value IS 190 (74.61% from 255) = 27.50%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=35.89%
G=27.50%
B=36.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481902530.020.2500.01295.2494.0386.86
HexF8BEFD219011275e57
Octal37027637523101447136127
Binary11111000101111101111110110110010110010011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEFD; }

 p { color: rgb(248,190,253); }

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

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

 a { background-color: rgb(248,190,253); }

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

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

 span { border-color: rgb(248,190,253); }

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