#FCBFB7

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

Shades of Your Pink #FCBFB7

Tints of Your Pink #FCBFB7

Color information

#FCBFB7 (or 0xFCBFB7) is unknown color: approx Your Pink. HEX triplet: FC, BF and B7. RGB value is (252,191,183). Sum of RGB (Red+Green+Blue) = 252+191+183=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFB7 is #034048. Grayscale: #D0D0D0. Windows color (decimal): -213065 or 12042236. OLE color: 12042236.

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

Color convert

RGB252191183-
CMYK00.240.270.01
HSL6.96º92%85.29%-
HSV(B)6.96º27.38%98.82%-
XYZ67.3261.3853.1-
YUV208.33113.71159.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=40.26%
G=30.51%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219118300.240.270.016.969285.29
HexFCBFB70181B175c55
Octal3742772670303317134125
Binary11111100101111111011011101100011011111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFB7; }

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

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

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

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

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

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

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

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