#FDC0BF

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

Shades of Your Pink #FDC0BF

Tints of Your Pink #FDC0BF

Color information

#FDC0BF (or 0xFDC0BF) is unknown color: approx Your Pink. HEX triplet: FD, C0 and BF. RGB value is (253,192,191). Sum of RGB (Red+Green+Blue) = 253+192+191=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0BF is #023F40. Grayscale: #D2D2D2. Windows color (decimal): -147265 or 12566781. OLE color: 12566781.

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

Color convert

RGB253192191-
CMYK00.240.250.01
HSL0.97º93.94%87.06%-
HSV(B)0.97º24.51%99.22%-
XYZ68.7662.3457.7-
YUV210.12117.21158.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 191 (75% from 255) = 30.03%
R=39.78%
G=30.19%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319219100.240.250.010.9793.9487.06
HexFDC0BF01819115e57
Octal3753002770303111136127
Binary111111011100000010111111011000110011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0BF; }

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

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

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

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

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

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

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

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