Html Css Color HEX #F0BAFF Mauve

📋 copy color: '#F0BAFF'

red 240 ◦ green 186 ◦ blue 255

#F0BAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #F0BAFF

Tints of Mauve #F0BAFF

RGB

 RED value IS 240 (94.14% from 255) = 35.24%

 GREEN value IS 186 (73.05% from 255) = 27.31%

 BLUE value IS 255 (100% from 255) = 37.44%

R = 35.24%
G = 27.31%
B = 37.44%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0BAFF (or 0xF0BAFF) is known color: Mauve. HEX triplet: F0, BA and FF. RGB value is (240,186,255). Sum of RGB (Red+Green+Blue) = 240+186+255=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 186 (73.05% from 255 or 27.31% 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 #F0BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFF is #0F4500. Grayscale: #D1D1D1. Windows color (decimal): -1000705 or 16759536. OLE color: 16759536.

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

Color convert

RGB 240 186 255 -
CMYK 0.06 0.27 0 0
HSL 286.96º 1% 0.86% -
HSV(B) 286.96º 0.27% 1% -
XYZ 71.54 60.86 102.58 -
YUV 210.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 240 186 255 0.06 0.27 0 0 286.96 1 0.86
Hex F0 BA FF 6 1B 0 0 11F 64 56
Octal 360 272 377 6 33 0 0 437 144 126
Binary 11110000 10111010 11111111 110 11011 0 0 100011111 1100100 1010110

Color Harmonies of #F0BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAFF

Black with #F0BAFF

Text Example


Text Example

White with #F0BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAFF; }

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

 H1.HeaderClassName
 {
   color: #F0BAFF;
 }
 .AnyTagClassName
 {
   color: #F0BAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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