#FDC4CD

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

Shades of Pink #FDC4CD

Tints of Pink #FDC4CD

Color information

#FDC4CD (or 0xFDC4CD) is unknown color: approx Pink. HEX triplet: FD, C4 and CD. RGB value is (253,196,205). Sum of RGB (Red+Green+Blue) = 253+196+205=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CD is #023B32. Grayscale: #D6D6D6. Windows color (decimal): -146227 or 13485309. OLE color: 13485309.

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

Color convert

RGB253196205-
CMYK00.230.190.01
HSL350.53º93.44%88.04%-
HSV(B)350.53º22.53%99.22%-
XYZ71.2764.7766.5-
YUV214.07122.88155.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=38.69%
G=29.97%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319620500.230.190.01350.5393.4488.04
HexFDC4CD01713115f5d58
Octal375304315027231537135130
Binary11111101110001001100110101011110011110101111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4CD; }

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

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

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

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

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

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

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

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