#F0BDFF

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

Shades of Mauve #F0BDFF

Tints of Mauve #F0BDFF

Color information

#F0BDFF (or 0xF0BDFF) is unknown color: approx Mauve. HEX triplet: F0, BD and FF. RGB value is (240,189,255). Sum of RGB (Red+Green+Blue) = 240+189+255=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDFF is #0F4200. Grayscale: #D3D3D3. Windows color (decimal): -999937 or 16760304. OLE color: 16760304.

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

Color convert

RGB240189255-
CMYK0.060.2600
HSL286.36º100%87.06%-
HSV(B)286.36º25.88%100%-
XYZ72.1862.14102.8-
YUV211.77152.4148.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.09%
GREEN value IS 189 (74.22% from 255) = 27.63%
BLUE value IS 255 (100% from 255) = 37.28%
R=35.09%
G=27.63%
B=37.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401892550.060.2600286.3610087.06
HexF0BDFF61A0011e6457
Octal36027537763200436144127
Binary111100001011110111111111110110100010001111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDFF; }

 p { color: rgb(240,189,255); }

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

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

 a { background-color: rgb(240,189,255); }

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

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

 span { border-color: rgb(240,189,255); }

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