#FCBFC8

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

Shades of Pink #FCBFC8

Tints of Pink #FCBFC8

Color information

#FCBFC8 (or 0xFCBFC8) is unknown color: approx Pink. HEX triplet: FC, BF and C8. RGB value is (252,191,200). Sum of RGB (Red+Green+Blue) = 252+191+200=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC8 is #034037. Grayscale: #D2D2D2. Windows color (decimal): -213048 or 13156348. OLE color: 13156348.

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

Color convert

RGB252191200-
CMYK00.240.210.01
HSL351.15º91.04%86.86%-
HSV(B)351.15º24.21%98.82%-
XYZ69.262.1362.99-
YUV210.26122.21157.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=39.19%
G=29.70%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219120000.240.210.01351.1591.0486.86
HexFCBFC801815115f5b57
Octal374277310030251537133127
Binary11111100101111111100100001100010101110101111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFC8; }

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

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

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

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

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

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

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

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