Html Css Color HEX #FDB7FF Mauve

📋 copy color: '#FDB7FF'

red 253 ◦ green 183 ◦ blue 255

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

Shades of Mauve #FDB7FF

Tints of Mauve #FDB7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.48%

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

R = 36.61%
G = 26.48%
B = 36.9%

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

#FDB7FF (or 0xFDB7FF) is known color: Mauve. HEX triplet: FD, B7 and FF. RGB value is (253,183,255). Sum of RGB (Red+Green+Blue) = 253+183+255=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 183 (71.88% from 255 or 26.48% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7FF is #024800. Grayscale: #D3D3D3. Windows color (decimal): -149505 or 16758781. OLE color: 16758781.

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

Color convert

RGB 253 183 255 -
CMYK 0.01 0.28 0 0
HSL 298.33º 1% 0.86% -
HSV(B) 298.33º 0.28% 1% -
XYZ 75.49 61.97 102.59 -
YUV 212.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 253 183 255 0.01 0.28 0 0 298.33 1 0.86
Hex FD B7 FF 1 1C 0 0 12A 64 56
Octal 375 267 377 1 34 0 0 452 144 126
Binary 11111101 10110111 11111111 1 11100 0 0 100101010 1100100 1010110

Color Harmonies of #FDB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7FF

Black with #FDB7FF

Text Example


Text Example

White with #FDB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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