#FDC5BD

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

Shades of Your Pink #FDC5BD

Tints of Your Pink #FDC5BD

Color information

#FDC5BD (or 0xFDC5BD) is unknown color: approx Your Pink. HEX triplet: FD, C5 and BD. RGB value is (253,197,189). Sum of RGB (Red+Green+Blue) = 253+197+189=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5BD is #023A42. Grayscale: #D4D4D4. Windows color (decimal): -145987 or 12436989. OLE color: 12436989.

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

Color convert

RGB253197189-
CMYK00.220.250.01
HSL7.5º94.12%86.67%-
HSV(B)7.5º25.3%99.22%-
XYZ69.6664.4956.92-
YUV212.83114.55156.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=39.59%
G=30.83%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319718900.220.250.017.594.1286.67
HexFDC5BD01619185e57
Octal37530527502631110136127
Binary111111011100010110111101010110110011100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5BD; }

 p { color: rgb(253,197,189); }

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

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

 a { background-color: rgb(253,197,189); }

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

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

 span { border-color: rgb(253,197,189); }

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