#FCBDB7

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

Shades of Your Pink #FCBDB7

Tints of Your Pink #FCBDB7

Color information

#FCBDB7 (or 0xFCBDB7) is unknown color: approx Your Pink. HEX triplet: FC, BD and B7. RGB value is (252,189,183). Sum of RGB (Red+Green+Blue) = 252+189+183=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB7 is #034248. Grayscale: #CFCFCF. Windows color (decimal): -213577 or 12041724. OLE color: 12041724.

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

Color convert

RGB252189183-
CMYK00.250.270.01
HSL5.22º92%85.29%-
HSV(B)5.22º27.38%98.82%-
XYZ66.8960.5152.95-
YUV207.15114.37159.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 183 (71.88% from 255) = 29.33%
R=40.38%
G=30.29%
B=29.33%

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
Decimal25218918300.250.270.015.229285.29
HexFCBDB70191B155c55
Octal3742752670313315134125
Binary11111100101111011011011101100111011110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDB7; }

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

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

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

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

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

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

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

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