Html Css Color HEX #F0BAFB Mauve

📋 copy color: '#F0BAFB'

red 240 ◦ green 186 ◦ blue 251

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

Shades of Mauve #F0BAFB

Tints of Mauve #F0BAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 35.45%
G = 27.47%
B = 37.08%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0BAFB (or 0xF0BAFB) is known color: Mauve. HEX triplet: F0, BA and FB. RGB value is (240,186,251). Sum of RGB (Red+Green+Blue) = 240+186+251=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFB is #0F4504. Grayscale: #D1D1D1. Windows color (decimal): -1000709 or 16497392. OLE color: 16497392.

HSL color Cylindrical-coordinate representation of color #F0BAFB: hue angle of 289.85º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0BAFB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 186 251 -
CMYK 0.04 0.26 0 0.02
HSL 289.85º 0.89% 0.86% -
HSV(B) 289.85º 0.26% 0.98% -
XYZ 70.91 60.61 99.23 -
YUV 209.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 240 186 251 0.04 0.26 0 0.02 289.85 0.89 0.86
Hex F0 BA FB 4 1A 0 2 122 59 56
Octal 360 272 373 4 32 0 2 442 131 126
Binary 11110000 10111010 11111011 100 11010 0 10 100100010 1011001 1010110

Color Harmonies of #F0BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAFB

Black with #F0BAFB

Text Example


Text Example

White with #F0BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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