Html Css Color HEX #F8BCFB Mauve

📋 copy color: '#F8BCFB'

red 248 ◦ green 188 ◦ blue 251

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

Shades of Mauve #F8BCFB

Tints of Mauve #F8BCFB

RGB

 RED value IS 248 (97.27% from 255) = 36.1%

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

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 36.1%
G = 27.37%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8BCFB (or 0xF8BCFB) is known color: Mauve. HEX triplet: F8, BC and FB. RGB value is (248,188,251). Sum of RGB (Red+Green+Blue) = 248+188+251=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 188 (73.83% from 255 or 27.37% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCFB is #074304. Grayscale: #D4D4D4. Windows color (decimal): -475909 or 16497912. OLE color: 16497912.

HSL color Cylindrical-coordinate representation of color #F8BCFB: hue angle of 297.14º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BCFB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 188 251 -
CMYK 0.01 0.25 0 0.02
HSL 297.14º 0.89% 0.86% -
HSV(B) 297.14º 0.25% 0.98% -
XYZ 74.11 62.89 99.5 -
YUV 213.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 248 188 251 0.01 0.25 0 0.02 297.14 0.89 0.86
Hex F8 BC FB 1 19 0 2 129 59 56
Octal 370 274 373 1 31 0 2 451 131 126
Binary 11111000 10111100 11111011 1 11001 0 10 100101001 1011001 1010110

Color Harmonies of #F8BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCFB

Black with #F8BCFB

Text Example


Text Example

White with #F8BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCFB; }

 p { color: rgb(248,188,251); }

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

background-color css

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

 a { background-color: rgb(248,188,251); }

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

border-color css

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

 span { border-color: rgb(248,188,251); }

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