Html Css Color HEX #FFC5B0 Melon

📋 copy color: '#FFC5B0'

red 255 ◦ green 197 ◦ blue 176

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

Shades of Melon #FFC5B0

Tints of Melon #FFC5B0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.37%

 BLUE value IS 176 (69.14% from 255) = 28.03%

R = 40.61%
G = 31.37%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFC5B0 (or 0xFFC5B0) is known color: Melon. HEX triplet: FF, C5 and B0. RGB value is (255,197,176). Sum of RGB (Red+Green+Blue) = 255+197+176=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5B0 is #003A4F. Grayscale: #D4D4D4. Windows color (decimal): -14928 or 11585023. OLE color: 11585023.

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

Color convert

RGB 255 197 176 -
CMYK 0 0.23 0.31 0
HSL 15.95º 1% 0.85% -
HSV(B) 15.95º 0.31% 1% -
XYZ 69.04 64.33 49.85 -
YUV 211.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 255 197 176 0 0.23 0.31 0 15.95 1 0.85
Hex FF C5 B0 0 17 1F 0 10 64 55
Octal 377 305 260 0 27 37 0 20 144 125
Binary 11111111 11000101 10110000 0 10111 11111 0 10000 1100100 1010101

Color Harmonies of #FFC5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5B0

Black with #FFC5B0

Text Example


Text Example

White with #FFC5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5B0; }

 p { color: rgb(255,197,176); }

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

background-color css

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

 a { background-color: rgb(255,197,176); }

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

border-color css

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

 span { border-color: rgb(255,197,176); }

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