Html Css Color HEX #FDB7AC Melon

📋 copy color: '#FDB7AC'

red 253 ◦ green 183 ◦ blue 172

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

Shades of Melon #FDB7AC

Tints of Melon #FDB7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.29%

R = 41.61%
G = 30.1%
B = 28.29%

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

#FDB7AC (or 0xFDB7AC) is known color: Melon. HEX triplet: FD, B7 and AC. RGB value is (253,183,172). Sum of RGB (Red+Green+Blue) = 253+183+172=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7AC is #024853. Grayscale: #CACACA. Windows color (decimal): -149588 or 11319293. OLE color: 11319293.

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

Color convert

RGB 253 183 172 -
CMYK 0 0.28 0.32 0.01
HSL 8.15º 0.95% 0.83% -
HSV(B) 8.15º 0.32% 0.99% -
XYZ 64.89 57.73 46.75 -
YUV 202.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 253 183 172 0 0.28 0.32 0.01 8.15 0.95 0.83
Hex FD B7 AC 0 1C 20 1 8 5F 53
Octal 375 267 254 0 34 40 1 10 137 123
Binary 11111101 10110111 10101100 0 11100 100000 1 1000 1011111 1010011

Color Harmonies of #FDB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7AC

Black with #FDB7AC

Text Example


Text Example

White with #FDB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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