Html Css Color HEX #F5C4FE Mauve

📋 copy color: '#F5C4FE'

red 245 ◦ green 196 ◦ blue 254

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

Shades of Mauve #F5C4FE

Tints of Mauve #F5C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.2%

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

R = 35.25%
G = 28.2%
B = 36.55%

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

#F5C4FE (or 0xF5C4FE) is known color: Mauve. HEX triplet: F5, C4 and FE. RGB value is (245,196,254). Sum of RGB (Red+Green+Blue) = 245+196+254=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 196 (76.95% from 255 or 28.20% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5C4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C4FE is #0A3B01. Grayscale: #D9D9D9. Windows color (decimal): -670466 or 16696565. OLE color: 16696565.

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

Color convert

RGB 245 196 254 -
CMYK 0.04 0.23 0 0.00
HSL 290.69º 0.97% 0.88% -
HSV(B) 290.69º 0.23% 1% -
XYZ 75.29 66.05 102.55 -
YUV 217.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 245 196 254 0.04 0.23 0 0.00 290.69 0.97 0.88
Hex F5 C4 FE 4 17 0 0 123 61 58
Octal 365 304 376 4 27 0 0 443 141 130
Binary 11110101 11000100 11111110 100 10111 0 0 100100011 1100001 1011000

Color Harmonies of #F5C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C4FE

Black with #F5C4FE

Text Example


Text Example

White with #F5C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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