#FCBDB9

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

Shades of Your Pink #FCBDB9

Tints of Your Pink #FCBDB9

Color information

#FCBDB9 (or 0xFCBDB9) is unknown color: approx Your Pink. HEX triplet: FC, BD and B9. RGB value is (252,189,185). Sum of RGB (Red+Green+Blue) = 252+189+185=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB9 is #034246. Grayscale: #CFCFCF. Windows color (decimal): -213575 or 12172796. OLE color: 12172796.

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

Color convert

RGB252189185-
CMYK00.250.270.01
HSL3.58º91.78%85.69%-
HSV(B)3.58º26.59%98.82%-
XYZ67.160.5954.06-
YUV207.38115.37159.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=40.26%
G=30.19%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218918500.250.270.013.5891.7885.69
HexFCBDB90191B145c56
Octal3742752710313314134126
Binary11111100101111011011100101100111011110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDB9; }

 p { color: rgb(252,189,185); }

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

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

 a { background-color: rgb(252,189,185); }

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

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

 span { border-color: rgb(252,189,185); }

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