Html Css Color HEX #FDB9FF Mauve

📋 copy color: '#FDB9FF'

red 253 ◦ green 185 ◦ blue 255

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

Shades of Mauve #FDB9FF

Tints of Mauve #FDB9FF

RGB

 RED value IS 253 (99.22% from 255) = 36.51%

 GREEN value IS 185 (72.66% from 255) = 26.7%

 BLUE value IS 255 (100% from 255) = 36.8%

R = 36.51%
G = 26.7%
B = 36.8%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDB9FF (or 0xFDB9FF) is known color: Mauve. HEX triplet: FD, B9 and FF. RGB value is (253,185,255). Sum of RGB (Red+Green+Blue) = 253+185+255=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 185 (72.66% from 255 or 26.70% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9FF is #024600. Grayscale: #D5D5D5. Windows color (decimal): -148993 or 16759293. OLE color: 16759293.

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

Color convert

RGB 253 185 255 -
CMYK 0.01 0.27 0 0
HSL 298.29º 1% 0.86% -
HSV(B) 298.29º 0.27% 1% -
XYZ 75.91 62.8 102.73 -
YUV 213.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 253 185 255 0.01 0.27 0 0 298.29 1 0.86
Hex FD B9 FF 1 1B 0 0 12A 64 56
Octal 375 271 377 1 33 0 0 452 144 126
Binary 11111101 10111001 11111111 1 11011 0 0 100101010 1100100 1010110

Color Harmonies of #FDB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9FF

Black with #FDB9FF

Text Example


Text Example

White with #FDB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9FF; }

 p { color: rgb(253,185,255); }

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

background-color css

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

 a { background-color: rgb(253,185,255); }

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

border-color css

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

 span { border-color: rgb(253,185,255); }

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