Html Css Color HEX #FFBDA5 Melon

📋 copy color: '#FFBDA5'

red 255 ◦ green 189 ◦ blue 165

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

Shades of Melon #FFBDA5

Tints of Melon #FFBDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.09%

R = 41.87%
G = 31.03%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFBDA5 (or 0xFFBDA5) is known color: Melon. HEX triplet: FF, BD and A5. RGB value is (255,189,165). Sum of RGB (Red+Green+Blue) = 255+189+165=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA5 is #00425A. Grayscale: #CECECE. Windows color (decimal): -16987 or 10862079. OLE color: 10862079.

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

Color convert

RGB 255 189 165 -
CMYK 0 0.26 0.35 0
HSL 16º 1% 0.82% -
HSV(B) 16º 0.35% 1% -
XYZ 66.23 60.37 43.76 -
YUV 206 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 255 189 165 0 0.26 0.35 0 16 1 0.82
Hex FF BD A5 0 1A 23 0 10 64 52
Octal 377 275 245 0 32 43 0 20 144 122
Binary 11111111 10111101 10100101 0 11010 100011 0 10000 1100100 1010010

Color Harmonies of #FFBDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDA5

Black with #FFBDA5

Text Example


Text Example

White with #FFBDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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