#FDC4CA

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

Shades of Pink #FDC4CA

Tints of Pink #FDC4CA

Color information

#FDC4CA (or 0xFDC4CA) is unknown color: approx Pink. HEX triplet: FD, C4 and CA. RGB value is (253,196,202). Sum of RGB (Red+Green+Blue) = 253+196+202=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CA is #023B35. Grayscale: #D5D5D5. Windows color (decimal): -146230 or 13288701. OLE color: 13288701.

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

Color convert

RGB253196202-
CMYK00.230.200.01
HSL353.68º93.44%88.04%-
HSV(B)353.68º22.53%99.22%-
XYZ70.9164.6364.61-
YUV213.73121.38156.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 196 (76.95% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=38.86%
G=30.11%
B=31.03%

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
Decimal25319620200.230.200.01353.6893.4488.04
HexFDC4CA0171411625d58
Octal375304312027241542135130
Binary11111101110001001100101001011110100110110001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4CA; }

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

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

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

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

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

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

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

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