#FFBDAF

Color #FFBDAF Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FFBDAF

Tints of Melon #FFBDAF

Color information

#FFBDAF (or 0xFFBDAF) is unknown color: approx Melon. HEX triplet: FF, BD and AF. RGB value is (255,189,175). Sum of RGB (Red+Green+Blue) = 255+189+175=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDAF is #004250. Grayscale: #CFCFCF. Windows color (decimal): -16977 or 11517439. OLE color: 11517439.

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

Color convert

RGB255189175-
CMYK00.260.310
HSL10.5º100%84.31%-
HSV(B)10.5º31.37%100%-
XYZ67.1860.7548.74-
YUV207.14109.87162.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=41.20%
G=30.53%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518917500.260.31010.510084.31
HexFFBDAF01A1F0b6454
Octal37727525703237013144124
Binary111111111011110110101111011010111110101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDAF; }

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

 H1.HeaderClassName
 {
   color: #FFBDAF;
 }
 .AnyTagClassName
 {
   color: #FFBDAF;
 }
</style>
background-color css

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

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

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

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

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

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