#FDCCBB

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

Shades of Your Pink #FDCCBB

Tints of Your Pink #FDCCBB

Color information

#FDCCBB (or 0xFDCCBB) is unknown color: approx Your Pink. HEX triplet: FD, CC and BB. RGB value is (253,204,187). Sum of RGB (Red+Green+Blue) = 253+204+187=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCBB is #023344. Grayscale: #D8D8D8. Windows color (decimal): -144197 or 12307709. OLE color: 12307709.

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

Color convert

RGB253204187-
CMYK00.190.260.01
HSL15.45º94.29%86.27%-
HSV(B)15.45º26.09%99.22%-
XYZ71.0767.6656.33-
YUV216.71111.23153.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=39.29%
G=31.68%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320418700.190.260.0115.4594.2986.27
HexFDCCBB0131A1f5e56
Octal37531427302332117136126
Binary111111011100110010111011010011110101111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCBB; }

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

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

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

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

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

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

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

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