Html Css Color HEX #FFBDA9 Melon

📋 copy color: '#FFBDA9'

red 255 ◦ green 189 ◦ blue 169

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

Shades of Melon #FFBDA9

Tints of Melon #FFBDA9

RGB

 RED value IS 255 (100% from 255) = 41.6%

 GREEN value IS 189 (74.22% from 255) = 30.83%

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

R = 41.6%
G = 30.83%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFBDA9 (or 0xFFBDA9) is known color: Melon. HEX triplet: FF, BD and A9. RGB value is (255,189,169). Sum of RGB (Red+Green+Blue) = 255+189+169=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA9 is #004256. Grayscale: #CECECE. Windows color (decimal): -16983 or 11124223. OLE color: 11124223.

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

Color convert

RGB 255 189 169 -
CMYK 0 0.26 0.34 0
HSL 13.95º 1% 0.83% -
HSV(B) 13.95º 0.34% 1% -
XYZ 66.6 60.52 45.71 -
YUV 206.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 255 189 169 0 0.26 0.34 0 13.95 1 0.83
Hex FF BD A9 0 1A 22 0 E 64 53
Octal 377 275 251 0 32 42 0 16 144 123
Binary 11111111 10111101 10101001 0 11010 100010 0 1110 1100100 1010011

Color Harmonies of #FFBDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDA9

Black with #FFBDA9

Text Example


Text Example

White with #FFBDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDA9; }

 p { color: rgb(255,189,169); }

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

background-color css

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

 a { background-color: rgb(255,189,169); }

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

border-color css

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

 span { border-color: rgb(255,189,169); }

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