Html Css Color HEX #F8BFFE Mauve

📋 copy color: '#F8BFFE'

red 248 ◦ green 191 ◦ blue 254

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

Shades of Mauve #F8BFFE

Tints of Mauve #F8BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 27.56%

 BLUE value IS 254 (99.61% from 255) = 36.65%

R = 35.79%
G = 27.56%
B = 36.65%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8BFFE (or 0xF8BFFE) is known color: Mauve. HEX triplet: F8, BF and FE. RGB value is (248,191,254). Sum of RGB (Red+Green+Blue) = 248+191+254=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFFE is #074001. Grayscale: #D7D7D7. Windows color (decimal): -475138 or 16695288. OLE color: 16695288.

HSL color Cylindrical-coordinate representation of color #F8BFFE: hue angle of 294.29º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BFFE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 191 254 -
CMYK 0.02 0.25 0 0.00
HSL 294.29º 0.97% 0.87% -
HSV(B) 294.29º 0.25% 1% -
XYZ 75.23 64.37 102.23 -
YUV 215.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 248 191 254 0.02 0.25 0 0.00 294.29 0.97 0.87
Hex F8 BF FE 2 19 0 0 126 61 57
Octal 370 277 376 2 31 0 0 446 141 127
Binary 11111000 10111111 11111110 10 11001 0 0 100100110 1100001 1010111

Color Harmonies of #F8BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFFE

Black with #F8BFFE

Text Example


Text Example

White with #F8BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFFE; }

 p { color: rgb(248,191,254); }

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

background-color css

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

 a { background-color: rgb(248,191,254); }

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

border-color css

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

 span { border-color: rgb(248,191,254); }

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