#FCBEBC

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

Shades of Your Pink #FCBEBC

Tints of Your Pink #FCBEBC

Color information

#FCBEBC (or 0xFCBEBC) is unknown color: approx Your Pink. HEX triplet: FC, BE and BC. RGB value is (252,190,188). Sum of RGB (Red+Green+Blue) = 252+190+188=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEBC is #034143. Grayscale: #D0D0D0. Windows color (decimal): -213316 or 12369660. OLE color: 12369660.

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

Color convert

RGB252190188-
CMYK00.250.250.01
HSL1.88º91.43%86.27%-
HSV(B)1.88º25.4%98.82%-
XYZ67.6461.1555.82-
YUV208.31116.54159.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=40%
G=30.16%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219018800.250.250.011.8891.4386.27
HexFCBEBC01919125b56
Octal3742762740313112133126
Binary1111110010111110101111000110011100111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEBC; }

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

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

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

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

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

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

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

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