#FDC9B7

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

Shades of Your Pink #FDC9B7

Tints of Your Pink #FDC9B7

Color information

#FDC9B7 (or 0xFDC9B7) is unknown color: approx Your Pink. HEX triplet: FD, C9 and B7. RGB value is (253,201,183). Sum of RGB (Red+Green+Blue) = 253+201+183=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9B7 is #023648. Grayscale: #D6D6D6. Windows color (decimal): -144969 or 12044797. OLE color: 12044797.

HSL color Cylindrical-coordinate representation of color #FDC9B7: hue angle of 15.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDC9B7 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253201183-
CMYK00.210.280.01
HSL15.43º94.59%85.49%-
HSV(B)15.43º27.67%99.22%-
XYZ69.9466.0753.87-
YUV214.5110.23155.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 183 (71.88% from 255) = 28.73%
R=39.72%
G=31.55%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320118300.210.280.0115.4394.5985.49
HexFDC9B70151C1f5f55
Octal37531126702534117137125
Binary111111011100100110110111010101111001111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9B7; }

 p { color: rgb(253,201,183); }

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

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

 a { background-color: rgb(253,201,183); }

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

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

 span { border-color: rgb(253,201,183); }

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