Html Css Color HEX #F5C3FE Mauve

📋 copy color: '#F5C3FE'

red 245 ◦ green 195 ◦ blue 254

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

Shades of Mauve #F5C3FE

Tints of Mauve #F5C3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.1%

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

R = 35.3%
G = 28.1%
B = 36.6%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5C3FE (or 0xF5C3FE) is known color: Mauve. HEX triplet: F5, C3 and FE. RGB value is (245,195,254). Sum of RGB (Red+Green+Blue) = 245+195+254=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 195 (76.56% from 255 or 28.10% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5C3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C3FE is #0A3C01. Grayscale: #D8D8D8. Windows color (decimal): -670722 or 16696309. OLE color: 16696309.

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

Color convert

RGB 245 195 254 -
CMYK 0.04 0.23 0 0.00
HSL 290.85º 0.97% 0.88% -
HSV(B) 290.85º 0.23% 1% -
XYZ 75.06 65.6 102.47 -
YUV 216.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 245 195 254 0.04 0.23 0 0.00 290.85 0.97 0.88
Hex F5 C3 FE 4 17 0 0 123 61 58
Octal 365 303 376 4 27 0 0 443 141 130
Binary 11110101 11000011 11111110 100 10111 0 0 100100011 1100001 1011000

Color Harmonies of #F5C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C3FE

Black with #F5C3FE

Text Example


Text Example

White with #F5C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C3FE; }

 p { color: rgb(245,195,254); }

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

background-color css

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

 a { background-color: rgb(245,195,254); }

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

border-color css

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

 span { border-color: rgb(245,195,254); }

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