Html Css Color HEX #F1C2FF Mauve

📋 copy color: '#F1C2FF'

red 241 ◦ green 194 ◦ blue 255

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

Shades of Mauve #F1C2FF

Tints of Mauve #F1C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.12%

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

R = 34.93%
G = 28.12%
B = 36.96%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1C2FF (or 0xF1C2FF) is known color: Mauve. HEX triplet: F1, C2 and FF. RGB value is (241,194,255). Sum of RGB (Red+Green+Blue) = 241+194+255=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 194 (76.17% from 255 or 28.12% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C2FF is #0E3D00. Grayscale: #D6D6D6. Windows color (decimal): -933121 or 16761585. OLE color: 16761585.

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

Color convert

RGB 241 194 255 -
CMYK 0.05 0.24 0 0
HSL 286.23º 1% 0.88% -
HSV(B) 286.23º 0.24% 1% -
XYZ 73.62 64.5 103.18 -
YUV 215.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 241 194 255 0.05 0.24 0 0 286.23 1 0.88
Hex F1 C2 FF 5 18 0 0 11E 64 58
Octal 361 302 377 5 30 0 0 436 144 130
Binary 11110001 11000010 11111111 101 11000 0 0 100011110 1100100 1011000

Color Harmonies of #F1C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C2FF

Black with #F1C2FF

Text Example


Text Example

White with #F1C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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