#FFC0CA

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

Shades of Pink #FFC0CA

Tints of Pink #FFC0CA

Color information

#FFC0CA (or 0xFFC0CA) is unknown color: approx Pink. HEX triplet: FF, C0 and CA. RGB value is (255,192,202). Sum of RGB (Red+Green+Blue) = 255+192+202=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CA is #003F35. Grayscale: #D4D4D4. Windows color (decimal): -16182 or 13287679. OLE color: 13287679.

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

Color convert

RGB255192202-
CMYK00.250.210
HSL350.48º100%87.65%-
HSV(B)350.48º24.71%100%-
XYZ70.7563.2264.35-
YUV211.98122.37158.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=39.29%
G=29.58%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519220200.250.210350.4810087.65
HexFFC0CA01915015e6458
Octal377300312031250536144130
Binary11111111110000001100101001100110101010101111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0CA; }

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

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

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

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

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

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

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

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