Html Css Color HEX #F1C1FE Mauve

📋 copy color: '#F1C1FE'

red 241 ◦ green 193 ◦ blue 254

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

Shades of Mauve #F1C1FE

Tints of Mauve #F1C1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.05%

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

R = 35.03%
G = 28.05%
B = 36.92%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1C1FE (or 0xF1C1FE) is known color: Mauve. HEX triplet: F1, C1 and FE. RGB value is (241,193,254). Sum of RGB (Red+Green+Blue) = 241+193+254=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 193 (75.78% from 255 or 28.05% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1FE is #0E3E01. Grayscale: #D6D6D6. Windows color (decimal): -933378 or 16695793. OLE color: 16695793.

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

Color convert

RGB 241 193 254 -
CMYK 0.05 0.24 0 0.00
HSL 287.21º 0.97% 0.88% -
HSV(B) 287.21º 0.24% 1% -
XYZ 73.23 64 102.26 -
YUV 214.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 241 193 254 0.05 0.24 0 0.00 287.21 0.97 0.88
Hex F1 C1 FE 5 18 0 0 11F 61 58
Octal 361 301 376 5 30 0 0 437 141 130
Binary 11110001 11000001 11111110 101 11000 0 0 100011111 1100001 1011000

Color Harmonies of #F1C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1FE

Black with #F1C1FE

Text Example


Text Example

White with #F1C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1FE; }

 p { color: rgb(241,193,254); }

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

background-color css

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

 a { background-color: rgb(241,193,254); }

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

border-color css

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

 span { border-color: rgb(241,193,254); }

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