#FDCAD0

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

Shades of Pink #FDCAD0

Tints of Pink #FDCAD0

Color information

#FDCAD0 (or 0xFDCAD0) is unknown color: approx Pink. HEX triplet: FD, CA and D0. RGB value is (253,202,208). Sum of RGB (Red+Green+Blue) = 253+202+208=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD0 is #02352F. Grayscale: #D9D9D9. Windows color (decimal): -144688 or 13683453. OLE color: 13683453.

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

Color convert

RGB253202208-
CMYK00.200.180.01
HSL352.94º92.73%89.22%-
HSV(B)352.94º20.16%99.22%-
XYZ73.0167.6868.89-
YUV217.93122.4153.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 208 (81.64% from 255) = 31.37%
R=38.16%
G=30.47%
B=31.37%

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
Decimal25320220800.200.180.01352.9492.7389.22
HexFDCAD00141211615d59
Octal375312320024221541135131
Binary11111101110010101101000001010010010110110000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAD0; }

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

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

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

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

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

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

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

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