Html Css Color HEX #F7BAFA Mauve

📋 copy color: '#F7BAFA'

red 247 ◦ green 186 ◦ blue 250

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

Shades of Mauve #F7BAFA

Tints of Mauve #F7BAFA

RGB

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

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

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

R = 36.16%
G = 27.23%
B = 36.6%

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

#F7BAFA (or 0xF7BAFA) is known color: Mauve. HEX triplet: F7, BA and FA. RGB value is (247,186,250). Sum of RGB (Red+Green+Blue) = 247+186+250=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFA is #084505. Grayscale: #D3D3D3. Windows color (decimal): -541958 or 16431863. OLE color: 16431863.

HSL color Cylindrical-coordinate representation of color #F7BAFA: hue angle of 297.19º 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 #F7BAFA is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 186 250 -
CMYK 0.01 0.26 0 0.02
HSL 297.19º 0.86% 0.85% -
HSV(B) 297.19º 0.26% 0.98% -
XYZ 73.17 61.79 98.51 -
YUV 211.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 247 186 250 0.01 0.26 0 0.02 297.19 0.86 0.85
Hex F7 BA FA 1 1A 0 2 129 56 55
Octal 367 272 372 1 32 0 2 451 126 125
Binary 11110111 10111010 11111010 1 11010 0 10 100101001 1010110 1010101

Color Harmonies of #F7BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAFA

Black with #F7BAFA

Text Example


Text Example

White with #F7BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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