Html Css Color HEX #F0C0FF Mauve

📋 copy color: '#F0C0FF'

red 240 ◦ green 192 ◦ blue 255

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

Shades of Mauve #F0C0FF

Tints of Mauve #F0C0FF

RGB

 RED value IS 240 (94.14% from 255) = 34.93%

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

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

R = 34.93%
G = 27.95%
B = 37.12%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0C0FF (or 0xF0C0FF) is known color: Mauve. HEX triplet: F0, C0 and FF. RGB value is (240,192,255). Sum of RGB (Red+Green+Blue) = 240+192+255=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0FF is #0F3F00. Grayscale: #D5D5D5. Windows color (decimal): -999169 or 16761072. OLE color: 16761072.

HSL color Cylindrical-coordinate representation of color #F0C0FF: hue angle of 285.71º 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 #F0C0FF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 192 255 -
CMYK 0.06 0.25 0 0
HSL 285.71º 1% 0.88% -
HSV(B) 285.71º 0.25% 1% -
XYZ 72.83 63.44 103.01 -
YUV 213.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 240 192 255 0.06 0.25 0 0 285.71 1 0.88
Hex F0 C0 FF 6 19 0 0 11E 64 58
Octal 360 300 377 6 31 0 0 436 144 130
Binary 11110000 11000000 11111111 110 11001 0 0 100011110 1100100 1011000

Color Harmonies of #F0C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0FF

Black with #F0C0FF

Text Example


Text Example

White with #F0C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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