#FFC4B0

Color #FFC4B0 Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FFC4B0

Tints of Melon #FFC4B0

Color information

#FFC4B0 (or 0xFFC4B0) is unknown color: approx Melon. HEX triplet: FF, C4 and B0. RGB value is (255,196,176). Sum of RGB (Red+Green+Blue) = 255+196+176=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4B0 is #003B4F. Grayscale: #D3D3D3. Windows color (decimal): -15184 or 11584767. OLE color: 11584767.

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

Color convert

RGB255196176-
CMYK00.230.310
HSL15.19º100%84.51%-
HSV(B)15.19º30.98%100%-
XYZ68.8263.8749.78-
YUV211.36108.05159.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 176 (69.14% from 255) = 28.07%
R=40.67%
G=31.26%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519617600.230.31015.1910084.51
HexFFC4B00171F0f6455
Octal37730426002737017144125
Binary111111111100010010110000010111111110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4B0; }

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

 H1.HeaderClassName
 {
   color: #FFC4B0;
 }
 .AnyTagClassName
 {
   color: #FFC4B0;
 }
</style>
background-color css

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

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

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

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

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

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