#FDBDCD

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

Shades of Pink #FDBDCD

Tints of Pink #FDBDCD

Color information

#FDBDCD (or 0xFDBDCD) is unknown color: approx Pink. HEX triplet: FD, BD and CD. RGB value is (253,189,205). Sum of RGB (Red+Green+Blue) = 253+189+205=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDCD is #024232. Grayscale: #D1D1D1. Windows color (decimal): -148019 or 13483517. OLE color: 13483517.

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

Color convert

RGB253189205-
CMYK00.250.190.01
HSL345º94.12%86.67%-
HSV(B)345º25.3%99.22%-
XYZ69.7361.6965.99-
YUV209.96125.2158.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.10%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=39.10%
G=29.21%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318920500.250.190.0134594.1286.67
HexFDBDCD0191311595e57
Octal375275315031231531136127
Binary11111101101111011100110101100110011110101100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDCD; }

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

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

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

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

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

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

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

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