Html Css Color HEX #F0C6FF Mauve

📋 copy color: '#F0C6FF'

red 240 ◦ green 198 ◦ blue 255

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

Shades of Mauve #F0C6FF

Tints of Mauve #F0C6FF

RGB

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

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

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

R = 34.63%
G = 28.57%
B = 36.8%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0C6FF (or 0xF0C6FF) is known color: Mauve. HEX triplet: F0, C6 and FF. RGB value is (240,198,255). Sum of RGB (Red+Green+Blue) = 240+198+255=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 198 (77.73% from 255 or 28.57% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6FF is #0F3900. Grayscale: #D8D8D8. Windows color (decimal): -997633 or 16762608. OLE color: 16762608.

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

Color convert

RGB 240 198 255 -
CMYK 0.06 0.22 0 0
HSL 284.21º 1% 0.89% -
HSV(B) 284.21º 0.22% 1% -
XYZ 74.18 66.13 103.46 -
YUV 217.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 240 198 255 0.06 0.22 0 0 284.21 1 0.89
Hex F0 C6 FF 6 16 0 0 11C 64 59
Octal 360 306 377 6 26 0 0 434 144 131
Binary 11110000 11000110 11111111 110 10110 0 0 100011100 1100100 1011001

Color Harmonies of #F0C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6FF

Black with #F0C6FF

Text Example


Text Example

White with #F0C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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