Html Css Color HEX #F7BAFF Mauve

📋 copy color: '#F7BAFF'

red 247 ◦ green 186 ◦ blue 255

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

Shades of Mauve #F7BAFF

Tints of Mauve #F7BAFF

RGB

 RED value IS 247 (96.88% from 255) = 35.9%

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

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

R = 35.9%
G = 27.03%
B = 37.06%

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

#F7BAFF (or 0xF7BAFF) is known color: Mauve. HEX triplet: F7, BA and FF. RGB value is (247,186,255). Sum of RGB (Red+Green+Blue) = 247+186+255=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFF is #084500. Grayscale: #D3D3D3. Windows color (decimal): -541953 or 16759543. OLE color: 16759543.

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

Color convert

RGB 247 186 255 -
CMYK 0.03 0.27 0 0
HSL 293.04º 1% 0.86% -
HSV(B) 293.04º 0.27% 1% -
XYZ 73.97 62.11 102.7 -
YUV 212.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 247 186 255 0.03 0.27 0 0 293.04 1 0.86
Hex F7 BA FF 3 1B 0 0 125 64 56
Octal 367 272 377 3 33 0 0 445 144 126
Binary 11110111 10111010 11111111 11 11011 0 0 100100101 1100100 1010110

Color Harmonies of #F7BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAFF

Black with #F7BAFF

Text Example


Text Example

White with #F7BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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