#F5C1CD

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

Shades of Pink #F5C1CD

Tints of Pink #F5C1CD

Color information

#F5C1CD (or 0xF5C1CD) is unknown color: approx Pink. HEX triplet: F5, C1 and CD. RGB value is (245,193,205). Sum of RGB (Red+Green+Blue) = 245+193+205=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C1CD is #0A3E32. Grayscale: #D1D1D1. Windows color (decimal): -671283 or 13484533. OLE color: 13484533.

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

Color convert

RGB245193205-
CMYK00.210.160.04
HSL346.15º72.22%85.88%-
HSV(B)346.15º21.22%96.08%-
XYZ67.7561.9666.15-
YUV209.92125.23153.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 193 (75.78% from 255) = 30.02%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=38.10%
G=30.02%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519320500.210.160.04346.1572.2285.88
HexF5C1CD01510415a4856
Octal365301315025204532110126
Binary1111010111000001110011010101011000010010101101010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C1CD; }

 p { color: rgb(245,193,205); }

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

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

 a { background-color: rgb(245,193,205); }

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

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

 span { border-color: rgb(245,193,205); }

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