Html Css Color HEX #F8BAFA Mauve

📋 copy color: '#F8BAFA'

red 248 ◦ green 186 ◦ blue 250

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

Shades of Mauve #F8BAFA

Tints of Mauve #F8BAFA

RGB

 RED value IS 248 (97.27% from 255) = 36.26%

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

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 36.26%
G = 27.19%
B = 36.55%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8BAFA (or 0xF8BAFA) is known color: Mauve. HEX triplet: F8, BA and FA. RGB value is (248,186,250). Sum of RGB (Red+Green+Blue) = 248+186+250=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFA is #074505. Grayscale: #D3D3D3. Windows color (decimal): -476422 or 16431864. OLE color: 16431864.

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

Color convert

RGB 248 186 250 -
CMYK 0.01 0.26 0 0.02
HSL 298.13º 0.86% 0.85% -
HSV(B) 298.13º 0.26% 0.98% -
XYZ 73.53 61.98 98.53 -
YUV 211.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 248 186 250 0.01 0.26 0 0.02 298.13 0.86 0.85
Hex F8 BA FA 1 1A 0 2 12A 56 55
Octal 370 272 372 1 32 0 2 452 126 125
Binary 11111000 10111010 11111010 1 11010 0 10 100101010 1010110 1010101

Color Harmonies of #F8BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAFA

Black with #F8BAFA

Text Example


Text Example

White with #F8BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAFA; }

 p { color: rgb(248,186,250); }

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

background-color css

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

 a { background-color: rgb(248,186,250); }

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

border-color css

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

 span { border-color: rgb(248,186,250); }

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