Html Css Color HEX #F0BAFD Mauve

📋 copy color: '#F0BAFD'

red 240 ◦ green 186 ◦ blue 253

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

Shades of Mauve #F0BAFD

Tints of Mauve #F0BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.39%

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

R = 35.35%
G = 27.39%
B = 37.26%

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

#F0BAFD (or 0xF0BAFD) is known color: Mauve. HEX triplet: F0, BA and FD. RGB value is (240,186,253). Sum of RGB (Red+Green+Blue) = 240+186+253=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFD is #0F4502. Grayscale: #D1D1D1. Windows color (decimal): -1000707 or 16628464. OLE color: 16628464.

HSL color Cylindrical-coordinate representation of color #F0BAFD: hue angle of 288.36º 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 #F0BAFD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 186 253 -
CMYK 0.05 0.26 0 0.01
HSL 288.36º 0.94% 0.86% -
HSV(B) 288.36º 0.26% 0.99% -
XYZ 71.22 60.73 100.9 -
YUV 209.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 240 186 253 0.05 0.26 0 0.01 288.36 0.94 0.86
Hex F0 BA FD 5 1A 0 1 120 5E 56
Octal 360 272 375 5 32 0 1 440 136 126
Binary 11110000 10111010 11111101 101 11010 0 1 100100000 1011110 1010110

Color Harmonies of #F0BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAFD

Black with #F0BAFD

Text Example


Text Example

White with #F0BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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