Html Css Color HEX #F0C6FE Mauve

📋 copy color: '#F0C6FE'

red 240 ◦ green 198 ◦ blue 254

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

Shades of Mauve #F0C6FE

Tints of Mauve #F0C6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.61%

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

R = 34.68%
G = 28.61%
B = 36.71%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0C6FE (or 0xF0C6FE) is known color: Mauve. HEX triplet: F0, C6 and FE. RGB value is (240,198,254). Sum of RGB (Red+Green+Blue) = 240+198+254=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 198 (77.73% from 255 or 28.61% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6FE is #0F3901. Grayscale: #D8D8D8. Windows color (decimal): -997634 or 16697072. OLE color: 16697072.

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

Color convert

RGB 240 198 254 -
CMYK 0.06 0.22 0 0.00
HSL 285º 0.97% 0.89% -
HSV(B) 285º 0.22% 1% -
XYZ 74.02 66.07 102.62 -
YUV 216.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 240 198 254 0.06 0.22 0 0.00 285 0.97 0.89
Hex F0 C6 FE 6 16 0 0 11D 61 59
Octal 360 306 376 6 26 0 0 435 141 131
Binary 11110000 11000110 11111110 110 10110 0 0 100011101 1100001 1011001

Color Harmonies of #F0C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6FE

Black with #F0C6FE

Text Example


Text Example

White with #F0C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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