Html Css Color HEX #F8B4FB Mauve

📋 copy color: '#F8B4FB'

red 248 ◦ green 180 ◦ blue 251

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

Shades of Mauve #F8B4FB

Tints of Mauve #F8B4FB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.51%

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

R = 36.52%
G = 26.51%
B = 36.97%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8B4FB (or 0xF8B4FB) is known color: Mauve. HEX triplet: F8, B4 and FB. RGB value is (248,180,251). Sum of RGB (Red+Green+Blue) = 248+180+251=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 180 (70.70% from 255 or 26.51% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8B4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B4FB is #074B04. Grayscale: #D0D0D0. Windows color (decimal): -477957 or 16495864. OLE color: 16495864.

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

Color convert

RGB 248 180 251 -
CMYK 0.01 0.28 0 0.02
HSL 297.46º 0.9% 0.85% -
HSV(B) 297.46º 0.28% 0.98% -
XYZ 72.45 59.56 98.95 -
YUV 208.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 248 180 251 0.01 0.28 0 0.02 297.46 0.9 0.85
Hex F8 B4 FB 1 1C 0 2 129 5A 55
Octal 370 264 373 1 34 0 2 451 132 125
Binary 11111000 10110100 11111011 1 11100 0 10 100101001 1011010 1010101

Color Harmonies of #F8B4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B4FB

Black with #F8B4FB

Text Example


Text Example

White with #F8B4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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