#FDC4CF

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

Shades of Pink #FDC4CF

Tints of Pink #FDC4CF

Color information

#FDC4CF (or 0xFDC4CF) is unknown color: approx Pink. HEX triplet: FD, C4 and CF. RGB value is (253,196,207). Sum of RGB (Red+Green+Blue) = 253+196+207=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CF is #023B30. Grayscale: #D6D6D6. Windows color (decimal): -146225 or 13616381. OLE color: 13616381.

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

Color convert

RGB253196207-
CMYK00.230.180.01
HSL348.42º93.44%88.04%-
HSV(B)348.42º22.53%99.22%-
XYZ71.5164.8767.78-
YUV214.3123.88155.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=38.57%
G=29.88%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319620700.230.180.01348.4293.4488.04
HexFDC4CF01712115c5d58
Octal375304317027221534135130
Binary11111101110001001100111101011110010110101110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4CF; }

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

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

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

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

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

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

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

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