Html Css Color HEX #F0B8FA Mauve

📋 copy color: '#F0B8FA'

red 240 ◦ green 184 ◦ blue 250

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

Shades of Mauve #F0B8FA

Tints of Mauve #F0B8FA

RGB

 RED value IS 240 (94.14% from 255) = 35.61%

 GREEN value IS 184 (72.27% from 255) = 27.3%

 BLUE value IS 250 (98.05% from 255) = 37.09%

R = 35.61%
G = 27.3%
B = 37.09%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0B8FA (or 0xF0B8FA) is known color: Mauve. HEX triplet: F0, B8 and FA. RGB value is (240,184,250). Sum of RGB (Red+Green+Blue) = 240+184+250=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 184 (72.27% from 255 or 27.30% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0B8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8FA is #0F4705. Grayscale: #D0D0D0. Windows color (decimal): -1001222 or 16431344. OLE color: 16431344.

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

Color convert

RGB 240 184 250 -
CMYK 0.04 0.26 0 0.02
HSL 290.91º 0.87% 0.85% -
HSV(B) 290.91º 0.26% 0.98% -
XYZ 70.33 59.71 98.26 -
YUV 208.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 240 184 250 0.04 0.26 0 0.02 290.91 0.87 0.85
Hex F0 B8 FA 4 1A 0 2 123 57 55
Octal 360 270 372 4 32 0 2 443 127 125
Binary 11110000 10111000 11111010 100 11010 0 10 100100011 1010111 1010101

Color Harmonies of #F0B8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B8FA

Black with #F0B8FA

Text Example


Text Example

White with #F0B8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B8FA; }

 p { color: rgb(240,184,250); }

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

background-color css

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

 a { background-color: rgb(240,184,250); }

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

border-color css

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

 span { border-color: rgb(240,184,250); }

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