Html Css Color HEX #FCB9AD Melon

📋 copy color: '#FCB9AD'

red 252 ◦ green 185 ◦ blue 173

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

Shades of Melon #FCB9AD

Tints of Melon #FCB9AD

RGB

 RED value IS 252 (98.83% from 255) = 41.31%

 GREEN value IS 185 (72.66% from 255) = 30.33%

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

R = 41.31%
G = 30.33%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCB9AD (or 0xFCB9AD) is known color: Melon. HEX triplet: FC, B9 and AD. RGB value is (252,185,173). Sum of RGB (Red+Green+Blue) = 252+185+173=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AD is #034652. Grayscale: #CBCBCB. Windows color (decimal): -214611 or 11385340. OLE color: 11385340.

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

Color convert

RGB 252 185 173 -
CMYK 0 0.27 0.31 0.01
HSL 9.11º 0.93% 0.83% -
HSV(B) 9.11º 0.31% 0.99% -
XYZ 65.04 58.41 47.38 -
YUV 203.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 252 185 173 0 0.27 0.31 0.01 9.11 0.93 0.83
Hex FC B9 AD 0 1B 1F 1 9 5D 53
Octal 374 271 255 0 33 37 1 11 135 123
Binary 11111100 10111001 10101101 0 11011 11111 1 1001 1011101 1010011

Color Harmonies of #FCB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9AD

Black with #FCB9AD

Text Example


Text Example

White with #FCB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9AD; }

 p { color: rgb(252,185,173); }

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

background-color css

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

 a { background-color: rgb(252,185,173); }

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

border-color css

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

 span { border-color: rgb(252,185,173); }

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