#FDCABB

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

Shades of Your Pink #FDCABB

Tints of Your Pink #FDCABB

Color information

#FDCABB (or 0xFDCABB) is unknown color: approx Your Pink. HEX triplet: FD, CA and BB. RGB value is (253,202,187). Sum of RGB (Red+Green+Blue) = 253+202+187=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCABB is #023544. Grayscale: #D7D7D7. Windows color (decimal): -144709 or 12307197. OLE color: 12307197.

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

Color convert

RGB253202187-
CMYK00.200.260.01
HSL13.64º94.29%86.27%-
HSV(B)13.64º26.09%99.22%-
XYZ70.666.7156.17-
YUV215.54111.9154.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=39.41%
G=31.46%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320218700.200.260.0113.6494.2986.27
HexFDCABB0141A1e5e56
Octal37531227302432116136126
Binary111111011100101010111011010100110101111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCABB; }

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

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

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

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

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

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

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

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