#FFC2C1

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

Shades of Your Pink #FFC2C1

Tints of Your Pink #FFC2C1

Color information

#FFC2C1 (or 0xFFC2C1) is unknown color: approx Your Pink. HEX triplet: FF, C2 and C1. RGB value is (255,194,193). Sum of RGB (Red+Green+Blue) = 255+194+193=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2C1 is #003D3E. Grayscale: #D4D4D4. Windows color (decimal): -15679 or 12698367. OLE color: 12698367.

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

Color convert

RGB255194193-
CMYK00.240.240
HSL0.97º100%87.84%-
HSV(B)0.97º24.31%100%-
XYZ70.1663.6959.05-
YUV212.12117.21158.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 194 (76.17% from 255) = 30.22%
BLUE value IS 193 (75.78% from 255) = 30.06%
R=39.72%
G=30.22%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519419300.240.2400.9710087.84
HexFFC2C101818016458
Octal3773023010303001144130
Binary111111111100001011000001011000110000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2C1; }

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

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

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

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

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

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

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

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