Html Css Color HEX #F7B6FF Mauve

📋 copy color: '#F7B6FF'

red 247 ◦ green 182 ◦ blue 255

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

Shades of Mauve #F7B6FF

Tints of Mauve #F7B6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.61%

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

R = 36.11%
G = 26.61%
B = 37.28%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7B6FF (or 0xF7B6FF) is known color: Mauve. HEX triplet: F7, B6 and FF. RGB value is (247,182,255). Sum of RGB (Red+Green+Blue) = 247+182+255=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 182 (71.48% from 255 or 26.61% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B6FF is #084900. Grayscale: #D1D1D1. Windows color (decimal): -542977 or 16758519. OLE color: 16758519.

HSL color Cylindrical-coordinate representation of color #F7B6FF: hue angle of 293.42º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B6FF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 182 255 -
CMYK 0.03 0.29 0 0
HSL 293.42º 1% 0.86% -
HSV(B) 293.42º 0.29% 1% -
XYZ 73.14 60.45 102.42 -
YUV 209.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 247 182 255 0.03 0.29 0 0 293.42 1 0.86
Hex F7 B6 FF 3 1D 0 0 125 64 56
Octal 367 266 377 3 35 0 0 445 144 126
Binary 11110111 10110110 11111111 11 11101 0 0 100100101 1100100 1010110

Color Harmonies of #F7B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B6FF

Black with #F7B6FF

Text Example


Text Example

White with #F7B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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