Html Css Color HEX #F7C0FF Mauve

📋 copy color: '#F7C0FF'

red 247 ◦ green 192 ◦ blue 255

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

Shades of Mauve #F7C0FF

Tints of Mauve #F7C0FF

RGB

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

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

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

R = 35.59%
G = 27.67%
B = 36.74%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7C0FF (or 0xF7C0FF) is known color: Mauve. HEX triplet: F7, C0 and FF. RGB value is (247,192,255). Sum of RGB (Red+Green+Blue) = 247+192+255=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C0FF is #083F00. Grayscale: #D7D7D7. Windows color (decimal): -540417 or 16761079. OLE color: 16761079.

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

Color convert

RGB 247 192 255 -
CMYK 0.03 0.25 0 0
HSL 292.38º 1% 0.88% -
HSV(B) 292.38º 0.25% 1% -
XYZ 75.26 64.69 103.13 -
YUV 215.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 247 192 255 0.03 0.25 0 0 292.38 1 0.88
Hex F7 C0 FF 3 19 0 0 124 64 58
Octal 367 300 377 3 31 0 0 444 144 130
Binary 11110111 11000000 11111111 11 11001 0 0 100100100 1100100 1011000

Color Harmonies of #F7C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C0FF

Black with #F7C0FF

Text Example


Text Example

White with #F7C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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