#FFC1CB

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

Shades of Pink #FFC1CB

Tints of Pink #FFC1CB

Color information

#FFC1CB (or 0xFFC1CB) is unknown color: approx Pink. HEX triplet: FF, C1 and CB. RGB value is (255,193,203). Sum of RGB (Red+Green+Blue) = 255+193+203=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1CB is #003E34. Grayscale: #D4D4D4. Windows color (decimal): -15925 or 13353471. OLE color: 13353471.

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

Color convert

RGB255193203-
CMYK00.240.200
HSL350.32º100%87.84%-
HSV(B)350.32º24.31%100%-
XYZ71.0963.7165.05-
YUV212.68122.54158.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 193 (75.78% from 255) = 29.65%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=39.17%
G=29.65%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519320300.240.200350.3210087.84
HexFFC1CB01814015e6458
Octal377301313030240536144130
Binary11111111110000011100101101100010100010101111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1CB; }

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

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

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

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

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

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

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

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