#FDCABD

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

Shades of Your Pink #FDCABD

Tints of Your Pink #FDCABD

Color information

#FDCABD (or 0xFDCABD) is unknown color: approx Your Pink. HEX triplet: FD, CA and BD. RGB value is (253,202,189). Sum of RGB (Red+Green+Blue) = 253+202+189=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCABD is #023542. Grayscale: #D7D7D7. Windows color (decimal): -144707 or 12438269. OLE color: 12438269.

HSL color Cylindrical-coordinate representation of color #FDCABD: hue angle of 12.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDCABD is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253202189-
CMYK00.200.250.01
HSL12.19º94.12%86.67%-
HSV(B)12.19º25.3%99.22%-
XYZ70.8166.857.31-
YUV215.77112.9154.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=39.29%
G=31.37%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320218900.200.250.0112.1994.1286.67
HexFDCABD014191c5e57
Octal37531227502431114136127
Binary111111011100101010111101010100110011110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCABD; }

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

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

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

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

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

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

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

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