Html Css Color HEX #F7BAFC Mauve

📋 copy color: '#F7BAFC'

red 247 ◦ green 186 ◦ blue 252

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

Shades of Mauve #F7BAFC

Tints of Mauve #F7BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 36.06%
G = 27.15%
B = 36.79%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7BAFC (or 0xF7BAFC) is known color: Mauve. HEX triplet: F7, BA and FC. RGB value is (247,186,252). Sum of RGB (Red+Green+Blue) = 247+186+252=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFC is #084503. Grayscale: #D3D3D3. Windows color (decimal): -541956 or 16562935. OLE color: 16562935.

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

Color convert

RGB 247 186 252 -
CMYK 0.02 0.26 0 0.01
HSL 295.45º 0.92% 0.86% -
HSV(B) 295.45º 0.26% 0.99% -
XYZ 73.49 61.92 100.17 -
YUV 211.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 247 186 252 0.02 0.26 0 0.01 295.45 0.92 0.86
Hex F7 BA FC 2 1A 0 1 127 5C 56
Octal 367 272 374 2 32 0 1 447 134 126
Binary 11110111 10111010 11111100 10 11010 0 1 100100111 1011100 1010110

Color Harmonies of #F7BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAFC

Black with #F7BAFC

Text Example


Text Example

White with #F7BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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