#FDC6BF

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

Shades of Your Pink #FDC6BF

Tints of Your Pink #FDC6BF

Color information

#FDC6BF (or 0xFDC6BF) is unknown color: approx Your Pink. HEX triplet: FD, C6 and BF. RGB value is (253,198,191). Sum of RGB (Red+Green+Blue) = 253+198+191=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6BF is #023940. Grayscale: #D5D5D5. Windows color (decimal): -145729 or 12568317. OLE color: 12568317.

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

Color convert

RGB253198191-
CMYK00.220.250.01
HSL6.77º93.94%87.06%-
HSV(B)6.77º24.51%99.22%-
XYZ70.1165.0358.15-
YUV213.65115.22156.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 191 (75% from 255) = 29.75%
R=39.41%
G=30.84%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319819100.220.250.016.7793.9487.06
HexFDC6BF01619175e57
Octal3753062770263117136127
Binary11111101110001101011111101011011001111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6BF; }

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

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

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

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

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

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

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

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