#FCBDBD

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

Shades of Your Pink #FCBDBD

Tints of Your Pink #FCBDBD

Color information

#FCBDBD (or 0xFCBDBD) is unknown color: approx Your Pink. HEX triplet: FC, BD and BD. RGB value is (252,189,189). Sum of RGB (Red+Green+Blue) = 252+189+189=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDBD is #034242. Grayscale: #CFCFCF. Windows color (decimal): -213571 or 12434940. OLE color: 12434940.

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

Color convert

RGB252189189-
CMYK00.250.250.01
HSL91.3%86.47%-
HSV(B)25%98.82%-
XYZ67.5360.7656.31-
YUV207.84117.37159.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218918900.250.250.01091.386.47
HexFCBDBD01919105b56
Octal3742752750313110133126
Binary111111001011110110111101011001110011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDBD; }

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

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

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

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

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

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

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

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