Html Css Color HEX #FDBAA9 Melon

📋 copy color: '#FDBAA9'

red 253 ◦ green 186 ◦ blue 169

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

Shades of Melon #FDBAA9

Tints of Melon #FDBAA9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.59%

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

R = 41.61%
G = 30.59%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDBAA9 (or 0xFDBAA9) is known color: Melon. HEX triplet: FD, BA and A9. RGB value is (253,186,169). Sum of RGB (Red+Green+Blue) = 253+186+169=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA9 is #024556. Grayscale: #CCCCCC. Windows color (decimal): -148823 or 11123453. OLE color: 11123453.

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

Color convert

RGB 253 186 169 -
CMYK 0 0.26 0.33 0.01
HSL 12.14º 0.95% 0.83% -
HSV(B) 12.14º 0.33% 0.99% -
XYZ 65.23 58.87 45.46 -
YUV 204.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 253 186 169 0 0.26 0.33 0.01 12.14 0.95 0.83
Hex FD BA A9 0 1A 21 1 C 5F 53
Octal 375 272 251 0 32 41 1 14 137 123
Binary 11111101 10111010 10101001 0 11010 100001 1 1100 1011111 1010011

Color Harmonies of #FDBAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAA9

Black with #FDBAA9

Text Example


Text Example

White with #FDBAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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