Html Css Color HEX #FFBDA3 Melon

📋 copy color: '#FFBDA3'

red 255 ◦ green 189 ◦ blue 163

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

Shades of Melon #FFBDA3

Tints of Melon #FFBDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.85%

R = 42.01%
G = 31.14%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFBDA3 (or 0xFFBDA3) is known color: Melon. HEX triplet: FF, BD and A3. RGB value is (255,189,163). Sum of RGB (Red+Green+Blue) = 255+189+163=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA3 is #00425C. Grayscale: #CDCDCD. Windows color (decimal): -16989 or 10731007. OLE color: 10731007.

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

Color convert

RGB 255 189 163 -
CMYK 0 0.26 0.36 0
HSL 16.96º 1% 0.82% -
HSV(B) 16.96º 0.36% 1% -
XYZ 66.05 60.3 42.81 -
YUV 205.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 255 189 163 0 0.26 0.36 0 16.96 1 0.82
Hex FF BD A3 0 1A 24 0 11 64 52
Octal 377 275 243 0 32 44 0 21 144 122
Binary 11111111 10111101 10100011 0 11010 100100 0 10001 1100100 1010010

Color Harmonies of #FFBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDA3

Black with #FFBDA3

Text Example


Text Example

White with #FFBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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