#FDC4B9

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

Shades of Your Pink #FDC4B9

Tints of Your Pink #FDC4B9

Color information

#FDC4B9 (or 0xFDC4B9) is unknown color: approx Your Pink. HEX triplet: FD, C4 and B9. RGB value is (253,196,185). Sum of RGB (Red+Green+Blue) = 253+196+185=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4B9 is #023B46. Grayscale: #D3D3D3. Windows color (decimal): -146247 or 12174589. OLE color: 12174589.

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

Color convert

RGB253196185-
CMYK00.230.270.01
HSL9.71º94.44%85.88%-
HSV(B)9.71º26.88%99.22%-
XYZ6963.8754.59-
YUV211.79112.88157.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 185 (72.66% from 255) = 29.18%
R=39.91%
G=30.91%
B=29.18%

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
Decimal25319618500.230.270.019.7194.4485.88
HexFDC4B90171B1a5e56
Octal37530427102733112136126
Binary111111011100010010111001010111110111101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4B9; }

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

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

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

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

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

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

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

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