Html Css Color HEX #FDBBFF Mauve

📋 copy color: '#FDBBFF'

red 253 ◦ green 187 ◦ blue 255

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

Shades of Mauve #FDBBFF

Tints of Mauve #FDBBFF

RGB

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

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

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

R = 36.4%
G = 26.91%
B = 36.69%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDBBFF (or 0xFDBBFF) is known color: Mauve. HEX triplet: FD, BB and FF. RGB value is (253,187,255). Sum of RGB (Red+Green+Blue) = 253+187+255=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 187 (73.44% from 255 or 26.91% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBFF is #024400. Grayscale: #D6D6D6. Windows color (decimal): -148481 or 16759805. OLE color: 16759805.

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

Color convert

RGB 253 187 255 -
CMYK 0.01 0.27 0 0
HSL 298.24º 1% 0.87% -
HSV(B) 298.24º 0.27% 1% -
XYZ 76.33 63.64 102.87 -
YUV 214.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 253 187 255 0.01 0.27 0 0 298.24 1 0.87
Hex FD BB FF 1 1B 0 0 12A 64 57
Octal 375 273 377 1 33 0 0 452 144 127
Binary 11111101 10111011 11111111 1 11011 0 0 100101010 1100100 1010111

Color Harmonies of #FDBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBFF

Black with #FDBBFF

Text Example


Text Example

White with #FDBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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