Html Css Color HEX #F0BCFB Mauve

📋 copy color: '#F0BCFB'

red 240 ◦ green 188 ◦ blue 251

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

Shades of Mauve #F0BCFB

Tints of Mauve #F0BCFB

RGB

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

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

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

R = 35.35%
G = 27.69%
B = 36.97%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0BCFB (or 0xF0BCFB) is known color: Mauve. HEX triplet: F0, BC and FB. RGB value is (240,188,251). Sum of RGB (Red+Green+Blue) = 240+188+251=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 188 (73.83% from 255 or 27.69% 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 #F0BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCFB is #0F4304. Grayscale: #D2D2D2. Windows color (decimal): -1000197 or 16497904. OLE color: 16497904.

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

Color convert

RGB 240 188 251 -
CMYK 0.04 0.25 0 0.02
HSL 289.52º 0.89% 0.86% -
HSV(B) 289.52º 0.25% 0.98% -
XYZ 71.33 61.46 99.37 -
YUV 210.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 240 188 251 0.04 0.25 0 0.02 289.52 0.89 0.86
Hex F0 BC FB 4 19 0 2 122 59 56
Octal 360 274 373 4 31 0 2 442 131 126
Binary 11110000 10111100 11111011 100 11001 0 10 100100010 1011001 1010110

Color Harmonies of #F0BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCFB

Black with #F0BCFB

Text Example


Text Example

White with #F0BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCFB; }

 p { color: rgb(240,188,251); }

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

background-color css

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

 a { background-color: rgb(240,188,251); }

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

border-color css

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

 span { border-color: rgb(240,188,251); }

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