Html Css Color HEX #FDB8FF Mauve

📋 copy color: '#FDB8FF'

red 253 ◦ green 184 ◦ blue 255

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

Shades of Mauve #FDB8FF

Tints of Mauve #FDB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.59%

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

R = 36.56%
G = 26.59%
B = 36.85%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDB8FF (or 0xFDB8FF) is known color: Mauve. HEX triplet: FD, B8 and FF. RGB value is (253,184,255). Sum of RGB (Red+Green+Blue) = 253+184+255=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 184 (72.27% from 255 or 26.59% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8FF is #024700. Grayscale: #D4D4D4. Windows color (decimal): -149249 or 16759037. OLE color: 16759037.

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

Color convert

RGB 253 184 255 -
CMYK 0.01 0.28 0 0
HSL 298.31º 1% 0.86% -
HSV(B) 298.31º 0.28% 1% -
XYZ 75.7 62.38 102.66 -
YUV 212.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 253 184 255 0.01 0.28 0 0 298.31 1 0.86
Hex FD B8 FF 1 1C 0 0 12A 64 56
Octal 375 270 377 1 34 0 0 452 144 126
Binary 11111101 10111000 11111111 1 11100 0 0 100101010 1100100 1010110

Color Harmonies of #FDB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8FF

Black with #FDB8FF

Text Example


Text Example

White with #FDB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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