Html Css Color HEX #FDB6FF Mauve

📋 copy color: '#FDB6FF'

red 253 ◦ green 182 ◦ blue 255

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

Shades of Mauve #FDB6FF

Tints of Mauve #FDB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.38%

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

R = 36.67%
G = 26.38%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDB6FF (or 0xFDB6FF) is known color: Mauve. HEX triplet: FD, B6 and FF. RGB value is (253,182,255). Sum of RGB (Red+Green+Blue) = 253+182+255=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 182 (71.48% from 255 or 26.38% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6FF is #024900. Grayscale: #D3D3D3. Windows color (decimal): -149761 or 16758525. OLE color: 16758525.

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

Color convert

RGB 253 182 255 -
CMYK 0.01 0.29 0 0
HSL 298.36º 1% 0.86% -
HSV(B) 298.36º 0.29% 1% -
XYZ 75.29 61.56 102.52 -
YUV 211.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 253 182 255 0.01 0.29 0 0 298.36 1 0.86
Hex FD B6 FF 1 1D 0 0 12A 64 56
Octal 375 266 377 1 35 0 0 452 144 126
Binary 11111101 10110110 11111111 1 11101 0 0 100101010 1100100 1010110

Color Harmonies of #FDB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6FF

Black with #FDB6FF

Text Example


Text Example

White with #FDB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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