Html Css Color HEX #F0BCFD Mauve

📋 copy color: '#F0BCFD'

red 240 ◦ green 188 ◦ blue 253

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

Shades of Mauve #F0BCFD

Tints of Mauve #F0BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.15%

R = 35.24%
G = 27.61%
B = 37.15%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0BCFD (or 0xF0BCFD) is known color: Mauve. HEX triplet: F0, BC and FD. RGB value is (240,188,253). Sum of RGB (Red+Green+Blue) = 240+188+253=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCFD is #0F4302. Grayscale: #D2D2D2. Windows color (decimal): -1000195 or 16628976. OLE color: 16628976.

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

Color convert

RGB 240 188 253 -
CMYK 0.05 0.26 0 0.01
HSL 288º 0.94% 0.86% -
HSV(B) 288º 0.26% 0.99% -
XYZ 71.65 61.58 101.04 -
YUV 210.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 240 188 253 0.05 0.26 0 0.01 288 0.94 0.86
Hex F0 BC FD 5 1A 0 1 120 5E 56
Octal 360 274 375 5 32 0 1 440 136 126
Binary 11110000 10111100 11111101 101 11010 0 1 100100000 1011110 1010110

Color Harmonies of #F0BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCFD

Black with #F0BCFD

Text Example


Text Example

White with #F0BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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