#FDC2BF

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

Shades of Your Pink #FDC2BF

Tints of Your Pink #FDC2BF

Color information

#FDC2BF (or 0xFDC2BF) is unknown color: approx Your Pink. HEX triplet: FD, C2 and BF. RGB value is (253,194,191). Sum of RGB (Red+Green+Blue) = 253+194+191=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2BF is #023D40. Grayscale: #D3D3D3. Windows color (decimal): -146753 or 12567293. OLE color: 12567293.

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

Color convert

RGB253194191-
CMYK00.230.250.01
HSL2.9º93.94%87.06%-
HSV(B)2.9º24.51%99.22%-
XYZ69.263.2357.85-
YUV211.3116.55157.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 194 (76.17% from 255) = 30.41%
BLUE value IS 191 (75% from 255) = 29.94%
R=39.66%
G=30.41%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319419100.230.250.012.993.9487.06
HexFDC2BF01719135e57
Octal3753022770273113136127
Binary1111110111000010101111110101111100111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2BF; }

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

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

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

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

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

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

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

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