Html Css Color HEX #FD8DB0 Mauvelous

📋 copy color: '#FD8DB0'

red 253 ◦ green 141 ◦ blue 176

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

Shades of Mauvelous #FD8DB0

Tints of Mauvelous #FD8DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.74%

 BLUE value IS 176 (69.14% from 255) = 30.88%

R = 44.39%
G = 24.74%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD8DB0 (or 0xFD8DB0) is known color: Mauvelous. HEX triplet: FD, 8D and B0. RGB value is (253,141,176). Sum of RGB (Red+Green+Blue) = 253+141+176=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8DB0 is #02724F. Grayscale: #B2B2B2. Windows color (decimal): -160336 or 11570685. OLE color: 11570685.

HSL color Cylindrical-coordinate representation of color #FD8DB0: hue angle of 341.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8DB0 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 141 176 -
CMYK 0 0.44 0.30 0.01
HSL 341.25º 0.97% 0.77% -
HSV(B) 341.25º 0.44% 0.99% -
XYZ 57.87 43.07 46.34 -
YUV 178.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 253 141 176 0 0.44 0.30 0.01 341.25 0.97 0.77
Hex FD 8D B0 0 2C 1E 1 155 61 4D
Octal 375 215 260 0 54 36 1 525 141 115
Binary 11111101 10001101 10110000 0 101100 11110 1 101010101 1100001 1001101

Color Harmonies of #FD8DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8DB0

Black with #FD8DB0

Text Example


Text Example

White with #FD8DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8DB0; }

 p { color: rgb(253,141,176); }

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

background-color css

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

 a { background-color: rgb(253,141,176); }

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

border-color css

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

 span { border-color: rgb(253,141,176); }

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