Html Css Color HEX #F5BCFD Mauve

📋 copy color: '#F5BCFD'

red 245 ◦ green 188 ◦ blue 253

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

Shades of Mauve #F5BCFD

Tints of Mauve #F5BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.41%

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 35.71%
G = 27.41%
B = 36.88%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5BCFD (or 0xF5BCFD) is known color: Mauve. HEX triplet: F5, BC and FD. RGB value is (245,188,253). Sum of RGB (Red+Green+Blue) = 245+188+253=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 188 (73.83% from 255 or 27.41% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCFD is #0A4302. Grayscale: #D4D4D4. Windows color (decimal): -672515 or 16628981. OLE color: 16628981.

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

Color convert

RGB 245 188 253 -
CMYK 0.03 0.26 0 0.01
HSL 292.62º 0.94% 0.86% -
HSV(B) 292.62º 0.26% 0.99% -
XYZ 73.37 62.47 101.12 -
YUV 212.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 245 188 253 0.03 0.26 0 0.01 292.62 0.94 0.86
Hex F5 BC FD 3 1A 0 1 125 5E 56
Octal 365 274 375 3 32 0 1 445 136 126
Binary 11110101 10111100 11111101 11 11010 0 1 100100101 1011110 1010110

Color Harmonies of #F5BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCFD

Black with #F5BCFD

Text Example


Text Example

White with #F5BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCFD; }

 p { color: rgb(245,188,253); }

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

background-color css

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

 a { background-color: rgb(245,188,253); }

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

border-color css

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

 span { border-color: rgb(245,188,253); }

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