#FDC2CA

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

Shades of Pink #FDC2CA

Tints of Pink #FDC2CA

Color information

#FDC2CA (or 0xFDC2CA) is unknown color: approx Pink. HEX triplet: FD, C2 and CA. RGB value is (253,194,202). Sum of RGB (Red+Green+Blue) = 253+194+202=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2CA is #023D35. Grayscale: #D4D4D4. Windows color (decimal): -146742 or 13288189. OLE color: 13288189.

HSL color Cylindrical-coordinate representation of color #FDC2CA: hue angle of 351.86º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC2CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253194202-
CMYK00.230.200.01
HSL351.86º93.65%87.65%-
HSV(B)351.86º23.32%99.22%-
XYZ70.4663.7364.46-
YUV212.55122.05156.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 194 (76.17% from 255) = 29.89%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=38.98%
G=29.89%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319420200.230.200.01351.8693.6587.65
HexFDC2CA0171411605e58
Octal375302312027241540136130
Binary11111101110000101100101001011110100110110000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2CA; }

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

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

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

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

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

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

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

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