Html Css Color HEX #FFC0AD Melon

📋 copy color: '#FFC0AD'

red 255 ◦ green 192 ◦ blue 173

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

Shades of Melon #FFC0AD

Tints of Melon #FFC0AD

RGB

 RED value IS 255 (100% from 255) = 41.13%

 GREEN value IS 192 (75.39% from 255) = 30.97%

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

R = 41.13%
G = 30.97%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFC0AD (or 0xFFC0AD) is known color: Melon. HEX triplet: FF, C0 and AD. RGB value is (255,192,173). Sum of RGB (Red+Green+Blue) = 255+192+173=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AD is #003F52. Grayscale: #D0D0D0. Windows color (decimal): -16211 or 11387135. OLE color: 11387135.

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

Color convert

RGB 255 192 173 -
CMYK 0 0.25 0.32 0
HSL 13.9º 1% 0.84% -
HSV(B) 13.9º 0.32% 1% -
XYZ 67.63 61.98 47.93 -
YUV 208.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 255 192 173 0 0.25 0.32 0 13.9 1 0.84
Hex FF C0 AD 0 19 20 0 E 64 54
Octal 377 300 255 0 31 40 0 16 144 124
Binary 11111111 11000000 10101101 0 11001 100000 0 1110 1100100 1010100

Color Harmonies of #FFC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0AD

Black with #FFC0AD

Text Example


Text Example

White with #FFC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0AD; }

 p { color: rgb(255,192,173); }

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

background-color css

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

 a { background-color: rgb(255,192,173); }

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

border-color css

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

 span { border-color: rgb(255,192,173); }

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