Html Css Color HEX #FDB5A9 Melon

📋 copy color: '#FDB5A9'

red 253 ◦ green 181 ◦ blue 169

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

Shades of Melon #FDB5A9

Tints of Melon #FDB5A9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.02%

 BLUE value IS 169 (66.41% from 255) = 28.03%

R = 41.96%
G = 30.02%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDB5A9 (or 0xFDB5A9) is known color: Melon. HEX triplet: FD, B5 and A9. RGB value is (253,181,169). Sum of RGB (Red+Green+Blue) = 253+181+169=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB5A9 is #024A56. Grayscale: #C9C9C9. Windows color (decimal): -150103 or 11122173. OLE color: 11122173.

HSL color Cylindrical-coordinate representation of color #FDB5A9: hue angle of 8.57º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDB5A9 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 181 169 -
CMYK 0 0.28 0.33 0.01
HSL 8.57º 0.95% 0.83% -
HSV(B) 8.57º 0.33% 0.99% -
XYZ 64.19 56.79 45.12 -
YUV 201.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 253 181 169 0 0.28 0.33 0.01 8.57 0.95 0.83
Hex FD B5 A9 0 1C 21 1 9 5F 53
Octal 375 265 251 0 34 41 1 11 137 123
Binary 11111101 10110101 10101001 0 11100 100001 1 1001 1011111 1010011

Color Harmonies of #FDB5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB5A9

Black with #FDB5A9

Text Example


Text Example

White with #FDB5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB5A9; }

 p { color: rgb(253,181,169); }

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

background-color css

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

 a { background-color: rgb(253,181,169); }

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

border-color css

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

 span { border-color: rgb(253,181,169); }

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