#FDC6BB

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

Shades of Your Pink #FDC6BB

Tints of Your Pink #FDC6BB

Color information

#FDC6BB (or 0xFDC6BB) is unknown color: approx Your Pink. HEX triplet: FD, C6 and BB. RGB value is (253,198,187). Sum of RGB (Red+Green+Blue) = 253+198+187=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6BB is #023944. Grayscale: #D5D5D5. Windows color (decimal): -145733 or 12306173. OLE color: 12306173.

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

Color convert

RGB253198187-
CMYK00.220.260.01
HSL10º94.29%86.27%-
HSV(B)10º26.09%99.22%-
XYZ69.6764.8655.86-
YUV213.19113.22156.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=39.66%
G=31.03%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319818700.220.260.011094.2986.27
HexFDC6BB0161A1a5e56
Octal37530627302632112136126
Binary111111011100011010111011010110110101101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6BB; }

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

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

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

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

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

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

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

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