Html Css Color HEX #FDB9AA Melon

📋 copy color: '#FDB9AA'

red 253 ◦ green 185 ◦ blue 170

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

Shades of Melon #FDB9AA

Tints of Melon #FDB9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

 BLUE value IS 170 (66.8% from 255) = 27.96%

R = 41.61%
G = 30.43%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDB9AA (or 0xFDB9AA) is known color: Melon. HEX triplet: FD, B9 and AA. RGB value is (253,185,170). Sum of RGB (Red+Green+Blue) = 253+185+170=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9AA is #024655. Grayscale: #CBCBCB. Windows color (decimal): -149078 or 11188733. OLE color: 11188733.

HSL color Cylindrical-coordinate representation of color #FDB9AA: hue angle of 10.84º 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 #FDB9AA is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 185 170 -
CMYK 0 0.27 0.33 0.01
HSL 10.84º 0.95% 0.83% -
HSV(B) 10.84º 0.33% 0.99% -
XYZ 65.11 58.48 45.89 -
YUV 203.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 253 185 170 0 0.27 0.33 0.01 10.84 0.95 0.83
Hex FD B9 AA 0 1B 21 1 B 5F 53
Octal 375 271 252 0 33 41 1 13 137 123
Binary 11111101 10111001 10101010 0 11011 100001 1 1011 1011111 1010011

Color Harmonies of #FDB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9AA

Black with #FDB9AA

Text Example


Text Example

White with #FDB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9AA; }

 p { color: rgb(253,185,170); }

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

background-color css

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

 a { background-color: rgb(253,185,170); }

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

border-color css

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

 span { border-color: rgb(253,185,170); }

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