#FDBECB

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

Shades of Pink #FDBECB

Tints of Pink #FDBECB

Color information

#FDBECB (or 0xFDBECB) is unknown color: approx Pink. HEX triplet: FD, BE and CB. RGB value is (253,190,203). Sum of RGB (Red+Green+Blue) = 253+190+203=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBECB is #024134. Grayscale: #D2D2D2. Windows color (decimal): -147765 or 13352701. OLE color: 13352701.

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

Color convert

RGB253190203-
CMYK00.250.200.01
HSL347.62º94.03%86.86%-
HSV(B)347.62º24.9%99.22%-
XYZ69.762.0264.8-
YUV210.32123.87158.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=39.16%
G=29.41%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319020300.250.200.01347.6294.0386.86
HexFDBECB01914115c5e57
Octal375276313031241534136127
Binary11111101101111101100101101100110100110101110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBECB; }

 p { color: rgb(253,190,203); }

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

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

 a { background-color: rgb(253,190,203); }

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

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

 span { border-color: rgb(253,190,203); }

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