Html Css Color HEX #FFC0B2 Melon

📋 copy color: '#FFC0B2'

red 255 ◦ green 192 ◦ blue 178

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

Shades of Melon #FFC0B2

Tints of Melon #FFC0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.48%

R = 40.8%
G = 30.72%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFC0B2 (or 0xFFC0B2) is known color: Melon. HEX triplet: FF, C0 and B2. RGB value is (255,192,178). Sum of RGB (Red+Green+Blue) = 255+192+178=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0B2 is #003F4D. Grayscale: #D1D1D1. Windows color (decimal): -16206 or 11714815. OLE color: 11714815.

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

Color convert

RGB 255 192 178 -
CMYK 0 0.25 0.30 0
HSL 10.91º 1% 0.85% -
HSV(B) 10.91º 0.3% 1% -
XYZ 68.13 62.17 50.53 -
YUV 209.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 255 192 178 0 0.25 0.30 0 10.91 1 0.85
Hex FF C0 B2 0 19 1E 0 B 64 55
Octal 377 300 262 0 31 36 0 13 144 125
Binary 11111111 11000000 10110010 0 11001 11110 0 1011 1100100 1010101

Color Harmonies of #FFC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0B2

Black with #FFC0B2

Text Example


Text Example

White with #FFC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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