#FFC1C0

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

Shades of Your Pink #FFC1C0

Tints of Your Pink #FFC1C0

Color information

#FFC1C0 (or 0xFFC1C0) is unknown color: approx Your Pink. HEX triplet: FF, C1 and C0. RGB value is (255,193,192). Sum of RGB (Red+Green+Blue) = 255+193+192=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C0 is #003E3F. Grayscale: #D3D3D3. Windows color (decimal): -15936 or 12632575. OLE color: 12632575.

HSL color Cylindrical-coordinate representation of color #FFC1C0: hue angle of 0.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC1C0 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255193192-
CMYK00.240.250
HSL0.95º100%87.65%-
HSV(B)0.95º24.71%100%-
XYZ69.8263.2158.39-
YUV211.42117.04159.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 193 (75.78% from 255) = 30.16%
BLUE value IS 192 (75.39% from 255) = 30%
R=39.84%
G=30.16%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519319200.240.2500.9510087.65
HexFFC1C001819016458
Octal3773013000303101144130
Binary111111111100000111000000011000110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1C0; }

 p { color: rgb(255,193,192); }

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

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

 a { background-color: rgb(255,193,192); }

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

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

 span { border-color: rgb(255,193,192); }

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