Html Css Color HEX #F7BCFD Mauve

📋 copy color: '#F7BCFD'

red 247 ◦ green 188 ◦ blue 253

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

Shades of Mauve #F7BCFD

Tints of Mauve #F7BCFD

RGB

 RED value IS 247 (96.88% from 255) = 35.9%

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

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

R = 35.9%
G = 27.33%
B = 36.77%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7BCFD (or 0xF7BCFD) is known color: Mauve. HEX triplet: F7, BC and FD. RGB value is (247,188,253). Sum of RGB (Red+Green+Blue) = 247+188+253=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 188 (73.83% from 255 or 27.33% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCFD is #084302. Grayscale: #D4D4D4. Windows color (decimal): -541443 or 16628983. OLE color: 16628983.

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

Color convert

RGB 247 188 253 -
CMYK 0.02 0.26 0 0.01
HSL 294.46º 0.94% 0.86% -
HSV(B) 294.46º 0.26% 0.99% -
XYZ 74.07 62.83 101.15 -
YUV 213.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 247 188 253 0.02 0.26 0 0.01 294.46 0.94 0.86
Hex F7 BC FD 2 1A 0 1 126 5E 56
Octal 367 274 375 2 32 0 1 446 136 126
Binary 11110111 10111100 11111101 10 11010 0 1 100100110 1011110 1010110

Color Harmonies of #F7BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BCFD

Black with #F7BCFD

Text Example


Text Example

White with #F7BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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