Html Css Color HEX #F0BAFC Mauve

📋 copy color: '#F0BAFC'

red 240 ◦ green 186 ◦ blue 252

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

Shades of Mauve #F0BAFC

Tints of Mauve #F0BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.17%

R = 35.4%
G = 27.43%
B = 37.17%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0BAFC (or 0xF0BAFC) is known color: Mauve. HEX triplet: F0, BA and FC. RGB value is (240,186,252). Sum of RGB (Red+Green+Blue) = 240+186+252=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFC is #0F4503. Grayscale: #D1D1D1. Windows color (decimal): -1000708 or 16562928. OLE color: 16562928.

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

Color convert

RGB 240 186 252 -
CMYK 0.05 0.26 0 0.01
HSL 289.09º 0.92% 0.86% -
HSV(B) 289.09º 0.26% 0.99% -
XYZ 71.06 60.67 100.06 -
YUV 209.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 240 186 252 0.05 0.26 0 0.01 289.09 0.92 0.86
Hex F0 BA FC 5 1A 0 1 121 5C 56
Octal 360 272 374 5 32 0 1 441 134 126
Binary 11110000 10111010 11111100 101 11010 0 1 100100001 1011100 1010110

Color Harmonies of #F0BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAFC

Black with #F0BAFC

Text Example


Text Example

White with #F0BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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