Html Css Color HEX #FDB7AD Melon

📋 copy color: '#FDB7AD'

red 253 ◦ green 183 ◦ blue 173

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

Shades of Melon #FDB7AD

Tints of Melon #FDB7AD

RGB

 RED value IS 253 (99.22% from 255) = 41.54%

 GREEN value IS 183 (71.88% from 255) = 30.05%

 BLUE value IS 173 (67.97% from 255) = 28.41%

R = 41.54%
G = 30.05%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDB7AD (or 0xFDB7AD) is known color: Melon. HEX triplet: FD, B7 and AD. RGB value is (253,183,173). Sum of RGB (Red+Green+Blue) = 253+183+173=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7AD is #024852. Grayscale: #CACACA. Windows color (decimal): -149587 or 11384829. OLE color: 11384829.

HSL color Cylindrical-coordinate representation of color #FDB7AD: hue angle of 7.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDB7AD is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 183 173 -
CMYK 0 0.28 0.32 0.01
HSL 7.5º 0.95% 0.84% -
HSV(B) 7.5º 0.32% 0.99% -
XYZ 64.98 57.77 47.26 -
YUV 202.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 253 183 173 0 0.28 0.32 0.01 7.5 0.95 0.84
Hex FD B7 AD 0 1C 20 1 8 5F 54
Octal 375 267 255 0 34 40 1 10 137 124
Binary 11111101 10110111 10101101 0 11100 100000 1 1000 1011111 1010100

Color Harmonies of #FDB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7AD

Black with #FDB7AD

Text Example


Text Example

White with #FDB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7AD; }

 p { color: rgb(253,183,173); }

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

background-color css

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

 a { background-color: rgb(253,183,173); }

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

border-color css

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

 span { border-color: rgb(253,183,173); }

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