Html Css Color HEX #F7B5FC Mauve

📋 copy color: '#F7B5FC'

red 247 ◦ green 181 ◦ blue 252

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

Shades of Mauve #F7B5FC

Tints of Mauve #F7B5FC

RGB

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

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

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

R = 36.32%
G = 26.62%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7B5FC (or 0xF7B5FC) is known color: Mauve. HEX triplet: F7, B5 and FC. RGB value is (247,181,252). Sum of RGB (Red+Green+Blue) = 247+181+252=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 181 (71.09% from 255 or 26.62% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7B5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B5FC is #084A03. Grayscale: #D0D0D0. Windows color (decimal): -543236 or 16561655. OLE color: 16561655.

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

Color convert

RGB 247 181 252 -
CMYK 0.02 0.28 0 0.01
HSL 295.77º 0.92% 0.85% -
HSV(B) 295.77º 0.28% 0.99% -
XYZ 72.45 59.85 99.83 -
YUV 208.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 247 181 252 0.02 0.28 0 0.01 295.77 0.92 0.85
Hex F7 B5 FC 2 1C 0 1 128 5C 55
Octal 367 265 374 2 34 0 1 450 134 125
Binary 11110111 10110101 11111100 10 11100 0 1 100101000 1011100 1010101

Color Harmonies of #F7B5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B5FC

Black with #F7B5FC

Text Example


Text Example

White with #F7B5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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