#FDC1B9

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

Shades of Your Pink #FDC1B9

Tints of Your Pink #FDC1B9

Color information

#FDC1B9 (or 0xFDC1B9) is unknown color: approx Your Pink. HEX triplet: FD, C1 and B9. RGB value is (253,193,185). Sum of RGB (Red+Green+Blue) = 253+193+185=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1B9 is #023E46. Grayscale: #D2D2D2. Windows color (decimal): -147015 or 12173821. OLE color: 12173821.

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

Color convert

RGB253193185-
CMYK00.240.270.01
HSL7.06º94.44%85.88%-
HSV(B)7.06º26.88%99.22%-
XYZ68.3362.5354.37-
YUV210.03113.88158.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 185 (72.66% from 255) = 29.32%
R=40.10%
G=30.59%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319318500.240.270.017.0694.4485.88
HexFDC1B90181B175e56
Octal3753012710303317136126
Binary11111101110000011011100101100011011111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1B9; }

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

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

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

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

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

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

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

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