Html Css Color HEX #F7C0FE Mauve

📋 copy color: '#F7C0FE'

red 247 ◦ green 192 ◦ blue 254

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

Shades of Mauve #F7C0FE

Tints of Mauve #F7C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.71%

 BLUE value IS 254 (99.61% from 255) = 36.65%

R = 35.64%
G = 27.71%
B = 36.65%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7C0FE (or 0xF7C0FE) is known color: Mauve. HEX triplet: F7, C0 and FE. RGB value is (247,192,254). Sum of RGB (Red+Green+Blue) = 247+192+254=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 192 (75.39% from 255 or 27.71% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C0FE is #083F01. Grayscale: #D7D7D7. Windows color (decimal): -540418 or 16695543. OLE color: 16695543.

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

Color convert

RGB 247 192 254 -
CMYK 0.03 0.24 0 0.00
HSL 293.23º 0.97% 0.87% -
HSV(B) 293.23º 0.24% 1% -
XYZ 75.1 64.63 102.28 -
YUV 215.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 247 192 254 0.03 0.24 0 0.00 293.23 0.97 0.87
Hex F7 C0 FE 3 18 0 0 125 61 57
Octal 367 300 376 3 30 0 0 445 141 127
Binary 11110111 11000000 11111110 11 11000 0 0 100100101 1100001 1010111

Color Harmonies of #F7C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C0FE

Black with #F7C0FE

Text Example


Text Example

White with #F7C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C0FE; }

 p { color: rgb(247,192,254); }

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

background-color css

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

 a { background-color: rgb(247,192,254); }

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

border-color css

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

 span { border-color: rgb(247,192,254); }

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