Html Css Color HEX #FFC0B3 Melon

📋 copy color: '#FFC0B3'

red 255 ◦ green 192 ◦ blue 179

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

Shades of Melon #FFC0B3

Tints of Melon #FFC0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.59%

R = 40.73%
G = 30.67%
B = 28.59%

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

#FFC0B3 (or 0xFFC0B3) is known color: Melon. HEX triplet: FF, C0 and B3. RGB value is (255,192,179). Sum of RGB (Red+Green+Blue) = 255+192+179=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B3 is #003F4C. Grayscale: #D1D1D1. Windows color (decimal): -16205 or 11780351. OLE color: 11780351.

HSL color Cylindrical-coordinate representation of color #FFC0B3: hue angle of 10.26º 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 #FFC0B3 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 179 -
CMYK 0 0.25 0.30 0
HSL 10.26º 1% 0.85% -
HSV(B) 10.26º 0.3% 1% -
XYZ 68.23 62.21 51.06 -
YUV 209.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 255 192 179 0 0.25 0.30 0 10.26 1 0.85
Hex FF C0 B3 0 19 1E 0 A 64 55
Octal 377 300 263 0 31 36 0 12 144 125
Binary 11111111 11000000 10110011 0 11001 11110 0 1010 1100100 1010101

Color Harmonies of #FFC0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0B3

Black with #FFC0B3

Text Example


Text Example

White with #FFC0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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