Html Css Color HEX #F5C1FF Mauve

📋 copy color: '#F5C1FF'

red 245 ◦ green 193 ◦ blue 255

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

Shades of Mauve #F5C1FF

Tints of Mauve #F5C1FF

RGB

 RED value IS 245 (96.09% from 255) = 35.35%

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

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

R = 35.35%
G = 27.85%
B = 36.8%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5C1FF (or 0xF5C1FF) is known color: Mauve. HEX triplet: F5, C1 and FF. RGB value is (245,193,255). Sum of RGB (Red+Green+Blue) = 245+193+255=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 193 (75.78% from 255 or 27.85% 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 #F5C1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C1FF is #0A3E00. Grayscale: #D7D7D7. Windows color (decimal): -671233 or 16761333. OLE color: 16761333.

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

Color convert

RGB 245 193 255 -
CMYK 0.04 0.24 0 0
HSL 290.32º 1% 0.88% -
HSV(B) 290.32º 0.24% 1% -
XYZ 74.78 64.77 103.17 -
YUV 215.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 245 193 255 0.04 0.24 0 0 290.32 1 0.88
Hex F5 C1 FF 4 18 0 0 122 64 58
Octal 365 301 377 4 30 0 0 442 144 130
Binary 11110101 11000001 11111111 100 11000 0 0 100100010 1100100 1011000

Color Harmonies of #F5C1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C1FF

Black with #F5C1FF

Text Example


Text Example

White with #F5C1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C1FF; }

 p { color: rgb(245,193,255); }

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

background-color css

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

 a { background-color: rgb(245,193,255); }

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

border-color css

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

 span { border-color: rgb(245,193,255); }

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