Html Css Color HEX #F5B4FC Mauve

📋 copy color: '#F5B4FC'

red 245 ◦ green 180 ◦ blue 252

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

Shades of Mauve #F5B4FC

Tints of Mauve #F5B4FC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.59%

 BLUE value IS 252 (98.83% from 255) = 37.22%

R = 36.19%
G = 26.59%
B = 37.22%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5B4FC (or 0xF5B4FC) is known color: Mauve. HEX triplet: F5, B4 and FC. RGB value is (245,180,252). Sum of RGB (Red+Green+Blue) = 245+180+252=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 180 (70.70% from 255 or 26.59% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5B4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B4FC is #0A4B03. Grayscale: #CFCFCF. Windows color (decimal): -674564 or 16561397. OLE color: 16561397.

HSL color Cylindrical-coordinate representation of color #F5B4FC: hue angle of 294.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5B4FC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 180 252 -
CMYK 0.03 0.29 0 0.01
HSL 294.17º 0.92% 0.85% -
HSV(B) 294.17º 0.29% 0.99% -
XYZ 71.55 59.08 99.73 -
YUV 207.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 245 180 252 0.03 0.29 0 0.01 294.17 0.92 0.85
Hex F5 B4 FC 3 1D 0 1 126 5C 55
Octal 365 264 374 3 35 0 1 446 134 125
Binary 11110101 10110100 11111100 11 11101 0 1 100100110 1011100 1010101

Color Harmonies of #F5B4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B4FC

Black with #F5B4FC

Text Example


Text Example

White with #F5B4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B4FC; }

 p { color: rgb(245,180,252); }

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

background-color css

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

 a { background-color: rgb(245,180,252); }

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

border-color css

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

 span { border-color: rgb(245,180,252); }

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