#F5C6C0

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

Shades of Your Pink #F5C6C0

Tints of Your Pink #F5C6C0

Color information

#F5C6C0 (or 0xF5C6C0) is unknown color: approx Your Pink. HEX triplet: F5, C6 and C0. RGB value is (245,198,192). Sum of RGB (Red+Green+Blue) = 245+198+192=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C6C0 is #0A393F. Grayscale: #D3D3D3. Windows color (decimal): -670016 or 12633845. OLE color: 12633845.

HSL color Cylindrical-coordinate representation of color #F5C6C0: hue angle of 6.79º 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 #F5C6C0 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245198192-
CMYK00.190.220.04
HSL6.79º72.6%85.69%-
HSV(B)6.79º21.63%96.08%-
XYZ67.3663.6158.6-
YUV211.37117.07151.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=38.58%
G=31.18%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519819200.190.220.046.7972.685.69
HexF5C6C001316474956
Octal3653063000232647111126
Binary1111010111000110110000000100111011010011110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C6C0; }

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

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

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

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

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

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

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

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