Html Css Color HEX #F4BCFD Mauve

📋 copy color: '#F4BCFD'

red 244 ◦ green 188 ◦ blue 253

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

Shades of Mauve #F4BCFD

Tints of Mauve #F4BCFD

RGB

 RED value IS 244 (95.7% from 255) = 35.62%

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

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

R = 35.62%
G = 27.45%
B = 36.93%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F4BCFD (or 0xF4BCFD) is known color: Mauve. HEX triplet: F4, BC and FD. RGB value is (244,188,253). Sum of RGB (Red+Green+Blue) = 244+188+253=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCFD is #0B4302. Grayscale: #D3D3D3. Windows color (decimal): -738051 or 16628980. OLE color: 16628980.

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

Color convert

RGB 244 188 253 -
CMYK 0.04 0.26 0 0.01
HSL 291.69º 0.94% 0.86% -
HSV(B) 291.69º 0.26% 0.99% -
XYZ 73.02 62.29 101.1 -
YUV 212.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 244 188 253 0.04 0.26 0 0.01 291.69 0.94 0.86
Hex F4 BC FD 4 1A 0 1 124 5E 56
Octal 364 274 375 4 32 0 1 444 136 126
Binary 11110100 10111100 11111101 100 11010 0 1 100100100 1011110 1010110

Color Harmonies of #F4BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCFD

Black with #F4BCFD

Text Example


Text Example

White with #F4BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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