#FCBFB6

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

Shades of Your Pink #FCBFB6

Tints of Your Pink #FCBFB6

Color information

#FCBFB6 (or 0xFCBFB6) is unknown color: approx Your Pink. HEX triplet: FC, BF and B6. RGB value is (252,191,182). Sum of RGB (Red+Green+Blue) = 252+191+182=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFB6 is #034049. Grayscale: #D0D0D0. Windows color (decimal): -213066 or 11976700. OLE color: 11976700.

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

Color convert

RGB252191182-
CMYK00.240.280.01
HSL7.71º92.11%85.1%-
HSV(B)7.71º27.78%98.82%-
XYZ67.2261.3352.55-
YUV208.21113.21159.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=40.32%
G=30.56%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219118200.240.280.017.7192.1185.1
HexFCBFB60181C185c55
Octal37427726603034110134125
Binary111111001011111110110110011000111001100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFB6; }

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

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

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

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

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

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

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

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