#FDCACF

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

Shades of Pink #FDCACF

Tints of Pink #FDCACF

Color information

#FDCACF (or 0xFDCACF) is unknown color: approx Pink. HEX triplet: FD, CA and CF. RGB value is (253,202,207). Sum of RGB (Red+Green+Blue) = 253+202+207=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACF is #023530. Grayscale: #D9D9D9. Windows color (decimal): -144689 or 13617917. OLE color: 13617917.

HSL color Cylindrical-coordinate representation of color #FDCACF: hue angle of 354.12º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCACF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253202207-
CMYK00.200.180.01
HSL354.12º92.73%89.22%-
HSV(B)354.12º20.16%99.22%-
XYZ72.8967.6368.24-
YUV217.82121.9153.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=38.22%
G=30.51%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320220700.200.180.01354.1292.7389.22
HexFDCACF0141211625d59
Octal375312317024221542135131
Binary11111101110010101100111101010010010110110001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCACF; }

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

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

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

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

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

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

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

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