Html Css Color HEX #FDBBFE Mauve

📋 copy color: '#FDBBFE'

red 253 ◦ green 187 ◦ blue 254

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

Shades of Mauve #FDBBFE

Tints of Mauve #FDBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 26.95%

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 36.46%
G = 26.95%
B = 36.6%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDBBFE (or 0xFDBBFE) is known color: Mauve. HEX triplet: FD, BB and FE. RGB value is (253,187,254). Sum of RGB (Red+Green+Blue) = 253+187+254=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 187 (73.44% from 255 or 26.95% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDBBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBFE is #024401. Grayscale: #D6D6D6. Windows color (decimal): -148482 or 16694269. OLE color: 16694269.

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

Color convert

RGB 253 187 254 -
CMYK 0.00 0.26 0 0.00
HSL 299.1º 0.97% 0.86% -
HSV(B) 299.1º 0.26% 1% -
XYZ 76.17 63.58 102.02 -
YUV 214.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 253 187 254 0.00 0.26 0 0.00 299.1 0.97 0.86
Hex FD BB FE 0 1A 0 0 12B 61 56
Octal 375 273 376 0 32 0 0 453 141 126
Binary 11111101 10111011 11111110 0 11010 0 0 100101011 1100001 1010110

Color Harmonies of #FDBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBFE

Black with #FDBBFE

Text Example


Text Example

White with #FDBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBFE; }

 p { color: rgb(253,187,254); }

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

background-color css

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

 a { background-color: rgb(253,187,254); }

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

border-color css

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

 span { border-color: rgb(253,187,254); }

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