#FCBFBC

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

Shades of Your Pink #FCBFBC

Tints of Your Pink #FCBFBC

Color information

#FCBFBC (or 0xFCBFBC) is unknown color: approx Your Pink. HEX triplet: FC, BF and BC. RGB value is (252,191,188). Sum of RGB (Red+Green+Blue) = 252+191+188=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFBC is #034043. Grayscale: #D0D0D0. Windows color (decimal): -213060 or 12369916. OLE color: 12369916.

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

Color convert

RGB252191188-
CMYK00.240.250.01
HSL2.81º91.43%86.27%-
HSV(B)2.81º25.4%98.82%-
XYZ67.8561.5955.89-
YUV208.9116.21158.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 188 (73.83% from 255) = 29.79%
R=39.94%
G=30.27%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219118800.240.250.012.8191.4386.27
HexFCBFBC01819135b56
Octal3742772740303113133126
Binary1111110010111111101111000110001100111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFBC; }

 p { color: rgb(252,191,188); }

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

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

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

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

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

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

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