Html Css Color HEX #F0BFFC Mauve

📋 copy color: '#F0BFFC'

red 240 ◦ green 191 ◦ blue 252

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

Shades of Mauve #F0BFFC

Tints of Mauve #F0BFFC

RGB

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

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

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

R = 35.14%
G = 27.96%
B = 36.9%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0BFFC (or 0xF0BFFC) is known color: Mauve. HEX triplet: F0, BF and FC. RGB value is (240,191,252). Sum of RGB (Red+Green+Blue) = 240+191+252=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0BFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFFC is #0F4003. Grayscale: #D4D4D4. Windows color (decimal): -999428 or 16564208. OLE color: 16564208.

HSL color Cylindrical-coordinate representation of color #F0BFFC: hue angle of 288.2º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0BFFC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 191 252 -
CMYK 0.05 0.24 0 0.01
HSL 288.2º 0.91% 0.87% -
HSV(B) 288.2º 0.24% 0.99% -
XYZ 72.14 62.82 100.42 -
YUV 212.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 240 191 252 0.05 0.24 0 0.01 288.2 0.91 0.87
Hex F0 BF FC 5 18 0 1 120 5B 57
Octal 360 277 374 5 30 0 1 440 133 127
Binary 11110000 10111111 11111100 101 11000 0 1 100100000 1011011 1010111

Color Harmonies of #F0BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFFC

Black with #F0BFFC

Text Example


Text Example

White with #F0BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFFC; }

 p { color: rgb(240,191,252); }

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

background-color css

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

 a { background-color: rgb(240,191,252); }

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

border-color css

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

 span { border-color: rgb(240,191,252); }

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