#F5C0CC

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

Shades of Pink #F5C0CC

Tints of Pink #F5C0CC

Color information

#F5C0CC (or 0xF5C0CC) is unknown color: approx Pink. HEX triplet: F5, C0 and CC. RGB value is (245,192,204). Sum of RGB (Red+Green+Blue) = 245+192+204=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0CC is #0A3F33. Grayscale: #D1D1D1. Windows color (decimal): -671540 or 13418741. OLE color: 13418741.

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

Color convert

RGB245192204-
CMYK00.220.170.04
HSL346.42º72.6%85.69%-
HSV(B)346.42º21.63%96.08%-
XYZ67.461.4765.44-
YUV209.22125.06153.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=38.22%
G=29.95%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519220400.220.170.04346.4272.685.69
HexF5C0CC01611415a4956
Octal365300314026214532111126
Binary1111010111000000110011000101101000110010101101010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0CC; }

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

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

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

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

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

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

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

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