#FDC4CB

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

Shades of Pink #FDC4CB

Tints of Pink #FDC4CB

Color information

#FDC4CB (or 0xFDC4CB) is unknown color: approx Pink. HEX triplet: FD, C4 and CB. RGB value is (253,196,203). Sum of RGB (Red+Green+Blue) = 253+196+203=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CB is #023B34. Grayscale: #D5D5D5. Windows color (decimal): -146229 or 13354237. OLE color: 13354237.

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

Color convert

RGB253196203-
CMYK00.230.200.01
HSL352.63º93.44%88.04%-
HSV(B)352.63º22.53%99.22%-
XYZ71.0364.6765.24-
YUV213.84121.88155.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=38.80%
G=30.06%
B=31.13%

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
Decimal25319620300.230.200.01352.6393.4488.04
HexFDC4CB0171411615d58
Octal375304313027241541135130
Binary11111101110001001100101101011110100110110000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4CB; }

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

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

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

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

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

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

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

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