#FDC3CA

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

Shades of Pink #FDC3CA

Tints of Pink #FDC3CA

Color information

#FDC3CA (or 0xFDC3CA) is unknown color: approx Pink. HEX triplet: FD, C3 and CA. RGB value is (253,195,202). Sum of RGB (Red+Green+Blue) = 253+195+202=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3CA is #023C35. Grayscale: #D5D5D5. Windows color (decimal): -146486 or 13288445. OLE color: 13288445.

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

Color convert

RGB253195202-
CMYK00.230.200.01
HSL352.76º93.55%87.84%-
HSV(B)352.76º22.92%99.22%-
XYZ70.6864.1864.54-
YUV213.14121.72156.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 195 (76.56% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=38.92%
G=30%
B=31.08%

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
Decimal25319520200.230.200.01352.7693.5587.84
HexFDC3CA0171411615e58
Octal375303312027241541136130
Binary11111101110000111100101001011110100110110000110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3CA; }

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

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

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

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

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

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

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

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