#FDC2B9

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

Shades of Your Pink #FDC2B9

Tints of Your Pink #FDC2B9

Color information

#FDC2B9 (or 0xFDC2B9) is unknown color: approx Your Pink. HEX triplet: FD, C2 and B9. RGB value is (253,194,185). Sum of RGB (Red+Green+Blue) = 253+194+185=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2B9 is #023D46. Grayscale: #D2D2D2. Windows color (decimal): -146759 or 12174077. OLE color: 12174077.

HSL color Cylindrical-coordinate representation of color #FDC2B9: hue angle of 7.94º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDC2B9 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253194185-
CMYK00.230.270.01
HSL7.94º94.44%85.88%-
HSV(B)7.94º26.88%99.22%-
XYZ68.5662.9754.44-
YUV210.61113.55158.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=40.03%
G=30.70%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319418500.230.270.017.9494.4485.88
HexFDC2B90171B185e56
Octal37530227102733110136126
Binary111111011100001010111001010111110111100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2B9; }

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

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

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

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

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

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

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

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