Html Css Color HEX #F7C2FE Mauve

📋 copy color: '#F7C2FE'

red 247 ◦ green 194 ◦ blue 254

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

Shades of Mauve #F7C2FE

Tints of Mauve #F7C2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.91%

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

R = 35.54%
G = 27.91%
B = 36.55%

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

#F7C2FE (or 0xF7C2FE) is known color: Mauve. HEX triplet: F7, C2 and FE. RGB value is (247,194,254). Sum of RGB (Red+Green+Blue) = 247+194+254=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 194 (76.17% from 255 or 27.91% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2FE is #083D01. Grayscale: #D8D8D8. Windows color (decimal): -539906 or 16696055. OLE color: 16696055.

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

Color convert

RGB 247 194 254 -
CMYK 0.03 0.24 0 0.00
HSL 293º 0.97% 0.88% -
HSV(B) 293º 0.24% 1% -
XYZ 75.54 65.51 102.43 -
YUV 216.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 247 194 254 0.03 0.24 0 0.00 293 0.97 0.88
Hex F7 C2 FE 3 18 0 0 125 61 58
Octal 367 302 376 3 30 0 0 445 141 130
Binary 11110111 11000010 11111110 11 11000 0 0 100100101 1100001 1011000

Color Harmonies of #F7C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2FE

Black with #F7C2FE

Text Example


Text Example

White with #F7C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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