Html Css Color HEX #FDBDFF Mauve

📋 copy color: '#FDBDFF'

red 253 ◦ green 189 ◦ blue 255

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

Shades of Mauve #FDBDFF

Tints of Mauve #FDBDFF

RGB

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

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

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

R = 36.3%
G = 27.12%
B = 36.59%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDBDFF (or 0xFDBDFF) is known color: Mauve. HEX triplet: FD, BD and FF. RGB value is (253,189,255). Sum of RGB (Red+Green+Blue) = 253+189+255=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 189 (74.22% from 255 or 27.12% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDFF is #024200. Grayscale: #D7D7D7. Windows color (decimal): -147969 or 16760317. OLE color: 16760317.

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

Color convert

RGB 253 189 255 -
CMYK 0.01 0.26 0 0
HSL 298.18º 1% 0.87% -
HSV(B) 298.18º 0.26% 1% -
XYZ 76.76 64.5 103.01 -
YUV 215.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 253 189 255 0.01 0.26 0 0 298.18 1 0.87
Hex FD BD FF 1 1A 0 0 12A 64 57
Octal 375 275 377 1 32 0 0 452 144 127
Binary 11111101 10111101 11111111 1 11010 0 0 100101010 1100100 1010111

Color Harmonies of #FDBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDFF

Black with #FDBDFF

Text Example


Text Example

White with #FDBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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