Html Css Color HEX #F0C0FE Mauve

📋 copy color: '#F0C0FE'

red 240 ◦ green 192 ◦ blue 254

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

Shades of Mauve #F0C0FE

Tints of Mauve #F0C0FE

RGB

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

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

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

R = 34.99%
G = 27.99%
B = 37.03%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0C0FE (or 0xF0C0FE) is known color: Mauve. HEX triplet: F0, C0 and FE. RGB value is (240,192,254). Sum of RGB (Red+Green+Blue) = 240+192+254=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0FE is #0F3F01. Grayscale: #D5D5D5. Windows color (decimal): -999170 or 16695536. OLE color: 16695536.

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

Color convert

RGB 240 192 254 -
CMYK 0.06 0.24 0 0.00
HSL 286.45º 0.97% 0.87% -
HSV(B) 286.45º 0.24% 1% -
XYZ 72.67 63.38 102.17 -
YUV 213.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 240 192 254 0.06 0.24 0 0.00 286.45 0.97 0.87
Hex F0 C0 FE 6 18 0 0 11E 61 57
Octal 360 300 376 6 30 0 0 436 141 127
Binary 11110000 11000000 11111110 110 11000 0 0 100011110 1100001 1010111

Color Harmonies of #F0C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0FE

Black with #F0C0FE

Text Example


Text Example

White with #F0C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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