Html Css Color HEX #F7C2FF Mauve

📋 copy color: '#F7C2FF'

red 247 ◦ green 194 ◦ blue 255

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

Shades of Mauve #F7C2FF

Tints of Mauve #F7C2FF

RGB

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

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

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

R = 35.49%
G = 27.87%
B = 36.64%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7C2FF (or 0xF7C2FF) is known color: Mauve. HEX triplet: F7, C2 and FF. RGB value is (247,194,255). Sum of RGB (Red+Green+Blue) = 247+194+255=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 194 (76.17% from 255 or 27.87% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2FF is #083D00. Grayscale: #D8D8D8. Windows color (decimal): -539905 or 16761591. OLE color: 16761591.

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

Color convert

RGB 247 194 255 -
CMYK 0.03 0.24 0 0
HSL 292.13º 1% 0.88% -
HSV(B) 292.13º 0.24% 1% -
XYZ 75.7 65.58 103.28 -
YUV 216.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 247 194 255 0.03 0.24 0 0 292.13 1 0.88
Hex F7 C2 FF 3 18 0 0 124 64 58
Octal 367 302 377 3 30 0 0 444 144 130
Binary 11110111 11000010 11111111 11 11000 0 0 100100100 1100100 1011000

Color Harmonies of #F7C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2FF

Black with #F7C2FF

Text Example


Text Example

White with #F7C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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