Html Css Color HEX #FCB5AD Melon

📋 copy color: '#FCB5AD'

red 252 ◦ green 181 ◦ blue 173

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

Shades of Melon #FCB5AD

Tints of Melon #FCB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

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

R = 41.58%
G = 29.87%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCB5AD (or 0xFCB5AD) is known color: Melon. HEX triplet: FC, B5 and AD. RGB value is (252,181,173). Sum of RGB (Red+Green+Blue) = 252+181+173=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB5AD is #034A52. Grayscale: #C9C9C9. Windows color (decimal): -215635 or 11384316. OLE color: 11384316.

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

Color convert

RGB 252 181 173 -
CMYK 0 0.28 0.31 0.01
HSL 6.08º 0.93% 0.83% -
HSV(B) 6.08º 0.31% 0.99% -
XYZ 64.21 56.76 47.11 -
YUV 201.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 252 181 173 0 0.28 0.31 0.01 6.08 0.93 0.83
Hex FC B5 AD 0 1C 1F 1 6 5D 53
Octal 374 265 255 0 34 37 1 6 135 123
Binary 11111100 10110101 10101101 0 11100 11111 1 110 1011101 1010011

Color Harmonies of #FCB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5AD

Black with #FCB5AD

Text Example


Text Example

White with #FCB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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