Html Css Color HEX #F1C0FF Mauve

📋 copy color: '#F1C0FF'

red 241 ◦ green 192 ◦ blue 255

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

Shades of Mauve #F1C0FF

Tints of Mauve #F1C0FF

RGB

 RED value IS 241 (94.53% from 255) = 35.03%

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

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

R = 35.03%
G = 27.91%
B = 37.06%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1C0FF (or 0xF1C0FF) is known color: Mauve. HEX triplet: F1, C0 and FF. RGB value is (241,192,255). Sum of RGB (Red+Green+Blue) = 241+192+255=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 192 (75.39% from 255 or 27.91% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0FF is #0E3F00. Grayscale: #D5D5D5. Windows color (decimal): -933633 or 16761073. OLE color: 16761073.

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

Color convert

RGB 241 192 255 -
CMYK 0.05 0.25 0 0
HSL 286.67º 1% 0.88% -
HSV(B) 286.67º 0.25% 1% -
XYZ 73.18 63.62 103.03 -
YUV 213.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 241 192 255 0.05 0.25 0 0 286.67 1 0.88
Hex F1 C0 FF 5 19 0 0 11F 64 58
Octal 361 300 377 5 31 0 0 437 144 130
Binary 11110001 11000000 11111111 101 11001 0 0 100011111 1100100 1011000

Color Harmonies of #F1C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0FF

Black with #F1C0FF

Text Example


Text Example

White with #F1C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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