Html Css Color HEX #F8BCFD Mauve

📋 copy color: '#F8BCFD'

red 248 ◦ green 188 ◦ blue 253

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

Shades of Mauve #F8BCFD

Tints of Mauve #F8BCFD

RGB

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

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

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

R = 35.99%
G = 27.29%
B = 36.72%

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

#F8BCFD (or 0xF8BCFD) is known color: Mauve. HEX triplet: F8, BC and FD. RGB value is (248,188,253). Sum of RGB (Red+Green+Blue) = 248+188+253=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCFD is #074302. Grayscale: #D5D5D5. Windows color (decimal): -475907 or 16628984. OLE color: 16628984.

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

Color convert

RGB 248 188 253 -
CMYK 0.02 0.26 0 0.01
HSL 295.38º 0.94% 0.86% -
HSV(B) 295.38º 0.26% 0.99% -
XYZ 74.42 63.01 101.17 -
YUV 213.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 248 188 253 0.02 0.26 0 0.01 295.38 0.94 0.86
Hex F8 BC FD 2 1A 0 1 127 5E 56
Octal 370 274 375 2 32 0 1 447 136 126
Binary 11111000 10111100 11111101 10 11010 0 1 100100111 1011110 1010110

Color Harmonies of #F8BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCFD

Black with #F8BCFD

Text Example


Text Example

White with #F8BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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