Html Css Color HEX #F1C5FF Mauve

📋 copy color: '#F1C5FF'

red 241 ◦ green 197 ◦ blue 255

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

Shades of Mauve #F1C5FF

Tints of Mauve #F1C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.43%

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

R = 34.78%
G = 28.43%
B = 36.8%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1C5FF (or 0xF1C5FF) is known color: Mauve. HEX triplet: F1, C5 and FF. RGB value is (241,197,255). Sum of RGB (Red+Green+Blue) = 241+197+255=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 197 (77.34% from 255 or 28.43% 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 #F1C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5FF is #0E3A00. Grayscale: #D8D8D8. Windows color (decimal): -932353 or 16762353. OLE color: 16762353.

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

Color convert

RGB 241 197 255 -
CMYK 0.05 0.23 0 0
HSL 285.52º 1% 0.89% -
HSV(B) 285.52º 0.23% 1% -
XYZ 74.29 65.85 103.4 -
YUV 216.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 241 197 255 0.05 0.23 0 0 285.52 1 0.89
Hex F1 C5 FF 5 17 0 0 11E 64 59
Octal 361 305 377 5 27 0 0 436 144 131
Binary 11110001 11000101 11111111 101 10111 0 0 100011110 1100100 1011001

Color Harmonies of #F1C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5FF

Black with #F1C5FF

Text Example


Text Example

White with #F1C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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