Html Css Color HEX #FABDFD Mauve

📋 copy color: '#FABDFD'

red 250 ◦ green 189 ◦ blue 253

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

Shades of Mauve #FABDFD

Tints of Mauve #FABDFD

RGB

 RED value IS 250 (98.05% from 255) = 36.13%

 GREEN value IS 189 (74.22% from 255) = 27.31%

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

R = 36.13%
G = 27.31%
B = 36.56%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FABDFD (or 0xFABDFD) is known color: Mauve. HEX triplet: FA, BD and FD. RGB value is (250,189,253). Sum of RGB (Red+Green+Blue) = 250+189+253=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 189 (74.22% from 255 or 27.31% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDFD is #054202. Grayscale: #D6D6D6. Windows color (decimal): -344579 or 16629242. OLE color: 16629242.

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

Color convert

RGB 250 189 253 -
CMYK 0.01 0.25 0 0.01
HSL 297.19º 0.94% 0.87% -
HSV(B) 297.19º 0.25% 0.99% -
XYZ 75.35 63.81 101.27 -
YUV 214.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 250 189 253 0.01 0.25 0 0.01 297.19 0.94 0.87
Hex FA BD FD 1 19 0 1 129 5E 57
Octal 372 275 375 1 31 0 1 451 136 127
Binary 11111010 10111101 11111101 1 11001 0 1 100101001 1011110 1010111

Color Harmonies of #FABDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDFD

Black with #FABDFD

Text Example


Text Example

White with #FABDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDFD; }

 p { color: rgb(250,189,253); }

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

background-color css

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

 a { background-color: rgb(250,189,253); }

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

border-color css

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

 span { border-color: rgb(250,189,253); }

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