#FFC1C9

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

Shades of Pink #FFC1C9

Tints of Pink #FFC1C9

Color information

#FFC1C9 (or 0xFFC1C9) is unknown color: approx Pink. HEX triplet: FF, C1 and C9. RGB value is (255,193,201). Sum of RGB (Red+Green+Blue) = 255+193+201=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C9 is #003E36. Grayscale: #D4D4D4. Windows color (decimal): -15927 or 13222399. OLE color: 13222399.

HSL color Cylindrical-coordinate representation of color #FFC1C9: hue angle of 352.26º 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 #FFC1C9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255193201-
CMYK00.240.210
HSL352.26º100%87.84%-
HSV(B)352.26º24.31%100%-
XYZ70.8563.6263.8-
YUV212.45121.54158.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 201 (78.91% from 255) = 30.97%
R=39.29%
G=29.74%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519320100.240.210352.2610087.84
HexFFC1C90181501606458
Octal377301311030250540144130
Binary11111111110000011100100101100010101010110000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1C9; }

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

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

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

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

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

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

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

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