Html Css Color HEX #FFC0A8 Melon

📋 copy color: '#FFC0A8'

red 255 ◦ green 192 ◦ blue 168

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

Shades of Melon #FFC0A8

Tints of Melon #FFC0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.32%

R = 41.46%
G = 31.22%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFC0A8 (or 0xFFC0A8) is known color: Melon. HEX triplet: FF, C0 and A8. RGB value is (255,192,168). Sum of RGB (Red+Green+Blue) = 255+192+168=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0A8 is #003F57. Grayscale: #D0D0D0. Windows color (decimal): -16216 or 11059455. OLE color: 11059455.

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

Color convert

RGB 255 192 168 -
CMYK 0 0.25 0.34 0
HSL 16.55º 1% 0.83% -
HSV(B) 16.55º 0.34% 1% -
XYZ 67.16 61.79 45.43 -
YUV 208.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 255 192 168 0 0.25 0.34 0 16.55 1 0.83
Hex FF C0 A8 0 19 22 0 11 64 53
Octal 377 300 250 0 31 42 0 21 144 123
Binary 11111111 11000000 10101000 0 11001 100010 0 10001 1100100 1010011

Color Harmonies of #FFC0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0A8

Black with #FFC0A8

Text Example


Text Example

White with #FFC0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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