Html Css Color HEX #F8BBFC Mauve

📋 copy color: '#F8BBFC'

red 248 ◦ green 187 ◦ blue 252

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

Shades of Mauve #F8BBFC

Tints of Mauve #F8BBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.22%

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

R = 36.1%
G = 27.22%
B = 36.68%

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

#F8BBFC (or 0xF8BBFC) is known color: Mauve. HEX triplet: F8, BB and FC. RGB value is (248,187,252). Sum of RGB (Red+Green+Blue) = 248+187+252=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBFC is #074403. Grayscale: #D4D4D4. Windows color (decimal): -476164 or 16563192. OLE color: 16563192.

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

Color convert

RGB 248 187 252 -
CMYK 0.02 0.26 0 0.01
HSL 296.31º 0.92% 0.86% -
HSV(B) 296.31º 0.26% 0.99% -
XYZ 74.05 62.53 100.26 -
YUV 212.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 248 187 252 0.02 0.26 0 0.01 296.31 0.92 0.86
Hex F8 BB FC 2 1A 0 1 128 5C 56
Octal 370 273 374 2 32 0 1 450 134 126
Binary 11111000 10111011 11111100 10 11010 0 1 100101000 1011100 1010110

Color Harmonies of #F8BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBFC

Black with #F8BBFC

Text Example


Text Example

White with #F8BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBFC; }

 p { color: rgb(248,187,252); }

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

background-color css

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

 a { background-color: rgb(248,187,252); }

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

border-color css

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

 span { border-color: rgb(248,187,252); }

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