#FCBDB8

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

Shades of Your Pink #FCBDB8

Tints of Your Pink #FCBDB8

Color information

#FCBDB8 (or 0xFCBDB8) is unknown color: approx Your Pink. HEX triplet: FC, BD and B8. RGB value is (252,189,184). Sum of RGB (Red+Green+Blue) = 252+189+184=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB8 is #034247. Grayscale: #CFCFCF. Windows color (decimal): -213576 or 12107260. OLE color: 12107260.

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

Color convert

RGB252189184-
CMYK00.250.270.01
HSL4.41º91.89%85.49%-
HSV(B)4.41º26.98%98.82%-
XYZ66.9960.5553.5-
YUV207.27114.87159.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 184 (72.27% from 255) = 29.44%
R=40.32%
G=30.24%
B=29.44%

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
Decimal25218918400.250.270.014.4191.8985.49
HexFCBDB80191B145c55
Octal3742752700313314134125
Binary11111100101111011011100001100111011110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDB8; }

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

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

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

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

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

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

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

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