Html Css Color HEX #FDB6AC Melon

📋 copy color: '#FDB6AC'

red 253 ◦ green 182 ◦ blue 172

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

Shades of Melon #FDB6AC

Tints of Melon #FDB6AC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

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

R = 41.68%
G = 29.98%
B = 28.34%

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

#FDB6AC (or 0xFDB6AC) is known color: Melon. HEX triplet: FD, B6 and AC. RGB value is (253,182,172). Sum of RGB (Red+Green+Blue) = 253+182+172=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB6AC is #024953. Grayscale: #CACACA. Windows color (decimal): -149844 or 11319037. OLE color: 11319037.

HSL color Cylindrical-coordinate representation of color #FDB6AC: hue angle of 7.41º 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 #FDB6AC is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 182 172 -
CMYK 0 0.28 0.32 0.01
HSL 7.41º 0.95% 0.83% -
HSV(B) 7.41º 0.32% 0.99% -
XYZ 64.68 57.32 46.68 -
YUV 202.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 253 182 172 0 0.28 0.32 0.01 7.41 0.95 0.83
Hex FD B6 AC 0 1C 20 1 7 5F 53
Octal 375 266 254 0 34 40 1 7 137 123
Binary 11111101 10110110 10101100 0 11100 100000 1 111 1011111 1010011

Color Harmonies of #FDB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6AC

Black with #FDB6AC

Text Example


Text Example

White with #FDB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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