#f5c5c0

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

Shades of Your Pink #F5C5C0

Tints of Your Pink #F5C5C0

Color information

#F5C5C0 (or 0xF5C5C0) is unknown color: approx Your Pink. HEX triplet: F5, C5 and C0. RGB value is (245,197,192). Sum of RGB (Red+Green+Blue) = 245+197+192=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C5C0 is #0A3A3F. Grayscale: #D2D2D2. Windows color (decimal): -670272 or 12633589. OLE color: 12633589.

HSL color Cylindrical-coordinate representation of color #F5C5C0: hue angle of 5.66º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C5C0 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245197192-
CMYK00.200.220.04
HSL5.66º72.6%85.69%-
HSV(B)5.66º21.63%96.08%-
XYZ67.1463.1558.52-
YUV210.78117.4152.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.64%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=38.64%
G=31.07%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519719200.200.220.045.6672.685.69
HexF5C5C001416464956
Octal3653053000242646111126
Binary1111010111000101110000000101001011010011010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5c5c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5c5c0; }

 p { color: rgb(245,197,192); }

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

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

 a { background-color: rgb(245,197,192); }

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

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

 span { border-color: rgb(245,197,192); }

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