#FFC2CC

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

Shades of Pink #FFC2CC

Tints of Pink #FFC2CC

Color information

#FFC2CC (or 0xFFC2CC) is unknown color: approx Pink. HEX triplet: FF, C2 and CC. RGB value is (255,194,204). Sum of RGB (Red+Green+Blue) = 255+194+204=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2CC is #003D33. Grayscale: #D5D5D5. Windows color (decimal): -15668 or 13419263. OLE color: 13419263.

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

Color convert

RGB255194204-
CMYK00.240.20
HSL350.16º100%88.04%-
HSV(B)350.16º23.92%100%-
XYZ71.4364.265.75-
YUV213.38122.71157.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 194 (76.17% from 255) = 29.71%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=39.05%
G=29.71%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519420400.240.20350.1610088.04
HexFFC2CC01814015e6458
Octal377302314030240536144130
Binary11111111110000101100110001100010100010101111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2CC; }

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

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

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

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

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

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

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

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