#FFC2CA

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

Shades of Pink #FFC2CA

Tints of Pink #FFC2CA

Color information

#FFC2CA (or 0xFFC2CA) is unknown color: approx Pink. HEX triplet: FF, C2 and CA. RGB value is (255,194,202). Sum of RGB (Red+Green+Blue) = 255+194+202=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2CA is #003D35. Grayscale: #D5D5D5. Windows color (decimal): -15670 or 13288191. OLE color: 13288191.

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

Color convert

RGB255194202-
CMYK00.240.210
HSL352.13º100%88.04%-
HSV(B)352.13º23.92%100%-
XYZ71.1964.1164.5-
YUV213.15121.71157.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=39.17%
G=29.80%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519420200.240.210352.1310088.04
HexFFC2CA0181501606458
Octal377302312030250540144130
Binary11111111110000101100101001100010101010110000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2CA; }

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

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

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

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

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

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

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

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