Html Css Color HEX #FFBDAF Melon

📋 copy color: '#FFBDAF'

red 255 ◦ green 189 ◦ blue 175

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

Shades of Melon #FFBDAF

Tints of Melon #FFBDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.27%

R = 41.2%
G = 30.53%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFBDAF (or 0xFFBDAF) is known color: 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

RGB 255 189 175 -
CMYK 0 0.26 0.31 0
HSL 10.5º 1% 0.84% -
HSV(B) 10.5º 0.31% 1% -
XYZ 67.18 60.75 48.74 -
YUV 207.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 255 189 175 0 0.26 0.31 0 10.5 1 0.84
Hex FF BD AF 0 1A 1F 0 A 64 54
Octal 377 275 257 0 32 37 0 12 144 124
Binary 11111111 10111101 10101111 0 11010 11111 0 1010 1100100 1010100

Color Harmonies of #FFBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDAF

Black with #FFBDAF

Text Example


Text Example

White with #FFBDAF

Text Example


Text Example

HTML Codes & Css Web 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>