Html Css Color HEX #F7B5FF Mauve

📋 copy color: '#F7B5FF'

red 247 ◦ green 181 ◦ blue 255

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

Shades of Mauve #F7B5FF

Tints of Mauve #F7B5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.5%

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

R = 36.16%
G = 26.5%
B = 37.34%

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

#F7B5FF (or 0xF7B5FF) is known color: Mauve. HEX triplet: F7, B5 and FF. RGB value is (247,181,255). Sum of RGB (Red+Green+Blue) = 247+181+255=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 181 (71.09% from 255 or 26.50% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7B5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B5FF is #084A00. Grayscale: #D0D0D0. Windows color (decimal): -543233 or 16758263. OLE color: 16758263.

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

Color convert

RGB 247 181 255 -
CMYK 0.03 0.29 0 0
HSL 293.51º 1% 0.85% -
HSV(B) 293.51º 0.29% 1% -
XYZ 72.93 60.04 102.35 -
YUV 209.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 247 181 255 0.03 0.29 0 0 293.51 1 0.85
Hex F7 B5 FF 3 1D 0 0 126 64 55
Octal 367 265 377 3 35 0 0 446 144 125
Binary 11110111 10110101 11111111 11 11101 0 0 100100110 1100100 1010101

Color Harmonies of #F7B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B5FF

Black with #F7B5FF

Text Example


Text Example

White with #F7B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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