Html Css Color HEX #F8BAFF Mauve

📋 copy color: '#F8BAFF'

red 248 ◦ green 186 ◦ blue 255

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

Shades of Mauve #F8BAFF

Tints of Mauve #F8BAFF

RGB

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

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

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

R = 35.99%
G = 27%
B = 37.01%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8BAFF (or 0xF8BAFF) is known color: Mauve. HEX triplet: F8, BA and FF. RGB value is (248,186,255). Sum of RGB (Red+Green+Blue) = 248+186+255=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 186 (73.05% from 255 or 27.00% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFF is #074500. Grayscale: #D4D4D4. Windows color (decimal): -476417 or 16759544. OLE color: 16759544.

HSL color Cylindrical-coordinate representation of color #F8BAFF: hue angle of 293.91º 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 #F8BAFF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 186 255 -
CMYK 0.03 0.27 0 0
HSL 293.91º 1% 0.86% -
HSV(B) 293.91º 0.27% 1% -
XYZ 74.32 62.29 102.71 -
YUV 212.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 248 186 255 0.03 0.27 0 0 293.91 1 0.86
Hex F8 BA FF 3 1B 0 0 126 64 56
Octal 370 272 377 3 33 0 0 446 144 126
Binary 11111000 10111010 11111111 11 11011 0 0 100100110 1100100 1010110

Color Harmonies of #F8BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAFF

Black with #F8BAFF

Text Example


Text Example

White with #F8BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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